feat: Security
This commit is contained in:
@@ -20,6 +20,8 @@ export interface Message {
|
||||
kind?: 'user' | 'system';
|
||||
systemEvent?: 'call-started';
|
||||
editedAt?: number;
|
||||
revision?: number;
|
||||
headHash?: string;
|
||||
reactions: Reaction[];
|
||||
isDeleted: boolean;
|
||||
replyToId?: string;
|
||||
|
||||
Reference in New Issue
Block a user