diff --git a/src/api/server_server.rs b/src/api/server_server.rs index 9cfceb3e..398aff76 100644 --- a/src/api/server_server.rs +++ b/src/api/server_server.rs @@ -405,6 +405,9 @@ pub(crate) async fn send_transaction_message_route( .typing_remove(&typing.user_id, &typing.room_id) .await?; } + } else { + debug_warn!(%typing.user_id, %typing.room_id, "received typing EDU for user not in room"); + continue; } }, Edu::DeviceListUpdate(DeviceListUpdateContent {