debug log receiving typing EDUs for users not in room

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-26 14:51:24 -04:00 committed by June 🍓🦴
parent 4f0006d18a
commit 003d4edbfa

View file

@ -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 {