feat(ap): broadcast Update(Actor) when user updates their profile

This commit is contained in:
2026-05-15 05:32:25 +02:00
parent d360e506db
commit ca1ebc4b68
7 changed files with 45 additions and 1 deletions

View File

@@ -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,