server: add support for updating user attributes
This commit is contained in:
committed by
nitnelave
parent
39a75b2c35
commit
81204dcee5
@@ -161,6 +161,7 @@ impl<Handler: BackendHandler> Mutation<Handler> {
|
||||
first_name: user.first_name,
|
||||
last_name: user.last_name,
|
||||
avatar,
|
||||
..Default::default()
|
||||
})
|
||||
.instrument(span)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user