Send broadcast message when an API token is deleted

This commit is contained in:
2025-11-18 15:09:27 +01:00
parent b5832df746
commit 5c13cffe08
5 changed files with 27 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ impl Actor for MatrixManagerActor {
}
if let Err(e) = state
.broadcast_sender
.send(BroadcastMessage::UserDisconnected(email))
.send(BroadcastMessage::UserDisconnectedFromMatrix(email))
{
log::warn!(
"Failed to notify that user has been disconnected from Matrix! {e}"