feat(ap): @mention notification from inbound remote Notes
This commit is contained in:
@@ -73,6 +73,11 @@ pub enum DomainEvent {
|
||||
connection_type: String,
|
||||
page: u32,
|
||||
},
|
||||
MentionReceived {
|
||||
thought_id: ThoughtId,
|
||||
mentioned_user_id: UserId,
|
||||
author_user_id: UserId,
|
||||
},
|
||||
}
|
||||
|
||||
pub struct EventEnvelope {
|
||||
|
||||
Reference in New Issue
Block a user