debug log receiving typing EDUs for users not in room
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4f0006d18a
commit
003d4edbfa
1 changed files with 3 additions and 0 deletions
|
@ -405,6 +405,9 @@ pub(crate) async fn send_transaction_message_route(
|
||||||
.typing_remove(&typing.user_id, &typing.room_id)
|
.typing_remove(&typing.user_id, &typing.room_id)
|
||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
debug_warn!(%typing.user_id, %typing.room_id, "received typing EDU for user not in room");
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Edu::DeviceListUpdate(DeviceListUpdateContent {
|
Edu::DeviceListUpdate(DeviceListUpdateContent {
|
||||||
|
|
Loading…
Add table
Reference in a new issue