Add typing indicators to sync v5.
Co-authored-by: Jade Ellis <jade@ellis.link>
This commit is contained in:
@@ -813,7 +813,7 @@ async fn load_joined_room(
|
||||
let typings = services
|
||||
.rooms
|
||||
.typing
|
||||
.typings_all(room_id, sender_user)
|
||||
.typings_event_for_user(room_id, sender_user)
|
||||
.await?;
|
||||
|
||||
Ok(vec![serde_json::from_str(&serde_json::to_string(&typings)?)?])
|
||||
|
||||
Reference in New Issue
Block a user