feat(ap): broadcast Update(Actor) when user updates their profile
This commit is contained in:
@@ -72,6 +72,7 @@ pub async fn patch_profile(
|
||||
) -> Result<Json<UserResponse>, ApiError> {
|
||||
update_profile(
|
||||
&*s.users,
|
||||
&*s.events,
|
||||
&uid,
|
||||
body.display_name,
|
||||
body.bio,
|
||||
|
||||
Reference in New Issue
Block a user