feat: Security
This commit is contained in:
@@ -57,6 +57,8 @@ export interface MessagePayload {
|
||||
content: string;
|
||||
timestamp: number;
|
||||
editedAt?: number;
|
||||
revision?: number;
|
||||
headHash?: string;
|
||||
reactions?: ReactionPayload[];
|
||||
isDeleted?: boolean;
|
||||
replyToId?: string;
|
||||
|
||||
Reference in New Issue
Block a user