misc typing cleanup
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3675c941f8
commit
4dd809fdc4
4 changed files with 40 additions and 42 deletions
|
@ -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)?)?])
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue