misc typing cleanup

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-17 23:06:04 -05:00
parent 3675c941f8
commit 4dd809fdc4
No known key found for this signature in database
4 changed files with 40 additions and 42 deletions

View file

@ -722,7 +722,7 @@ async fn load_joined_room(
.rooms
.typing
.typings_all(room_id, sender_user)
.await?;
.await;
Ok(vec![serde_json::from_str(&serde_json::to_string(&typings)?)?])
})