fix: newMentionIds no longer always in event data, closes #7186
This commit is contained in:
@@ -342,7 +342,7 @@ export type CommentUpdateEvent = BaseEvent<Comment> & {
|
||||
documentId: string;
|
||||
actorId: string;
|
||||
data: {
|
||||
newMentionIds: string[];
|
||||
newMentionIds?: string[];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user