make set avatar, displayname, and blurhash async and forgot another let _

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-14 01:42:37 -05:00
parent 2da710bb3c
commit 5fdcb69ea1
5 changed files with 49 additions and 22 deletions

View file

@ -600,7 +600,8 @@ impl Service {
services()
.users
.set_displayname(&user_id, Some(displayname))?;
.set_displayname(&user_id, Some(displayname))
.await?;
// Initial account data
services().account_data.update(