Switch mautrix-signal double-puppeting method (shared secret auth -> appservice-double-puppet)
Since upgrading mautrix-signal (v0.6.3 -> v0.7.0) in 76fec0b863
,
we expect double-puppeting to require the new appservice double-puppeting method.
This commit switches the mautrix-signal bridge to it.
This commit is contained in:
@ -24,3 +24,6 @@
|
||||
- {'old': 'matrix_mautrix_signal_log_level', 'new': 'matrix_mautrix_signal_logging_level'}
|
||||
- {'old': 'matrix_mautrix_signal_bridge_restricted_rooms', 'new': '<removed>'}
|
||||
- {'old': 'matrix_mautrix_signal_bridge_note_to_self_avatar', 'new': 'matrix_mautrix_signal_network_note_to_self_avatar'}
|
||||
- {'old': 'matrix_mautrix_signal_login_shared_secret', 'new': '<removed>'}
|
||||
- {'old': 'matrix_mautrix_signal_bridge_login_shared_secret_map', 'new': '<superseded by matrix_mautrix_signal_double_puppet_secrets>'}
|
||||
- {'old': 'matrix_mautrix_signal_bridge_double_puppet_server_map', 'new': '<removed>'}
|
||||
|
Reference in New Issue
Block a user