mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
server_server: log ignored signing key updates
This commit is contained in:
parent
88bb2ea600
commit
f7a0e3012b
1 changed files with 1 additions and 0 deletions
|
|
@ -971,6 +971,7 @@ pub(crate) async fn send_transaction_message_route(
|
|||
self_signing_key,
|
||||
}) => {
|
||||
if user_id.server_name() != sender_servername {
|
||||
warn!(%user_id, %sender_servername, "Got signing key update from incorrect homeserver, ignoring");
|
||||
continue;
|
||||
}
|
||||
if let Some(master_key) = master_key {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue