feat(ap): broadcast Update(Actor) when user updates their profile
This commit is contained in:
@@ -60,6 +60,9 @@ pub enum DomainEvent {
|
||||
UserRegistered {
|
||||
user_id: UserId,
|
||||
},
|
||||
ProfileUpdated {
|
||||
user_id: UserId,
|
||||
},
|
||||
FetchRemoteActorPosts {
|
||||
actor_ap_url: String,
|
||||
outbox_url: String,
|
||||
|
||||
Reference in New Issue
Block a user