Add typing indicators to sync v5.

Co-authored-by: Jade Ellis <jade@ellis.link>
This commit is contained in:
Tyler Mayoff
2025-07-07 20:15:58 -04:00
committed by Jason Volk
parent f7877d122b
commit 9ea8fbc482
3 changed files with 62 additions and 9 deletions

View File

@@ -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)?)?])