fix chat message not showing

This commit is contained in:
Peter Maquiran
2022-03-14 14:16:23 +01:00
parent db90f0594a
commit 616566bf77
5 changed files with 76 additions and 74 deletions
+8 -1
View File
@@ -43,4 +43,11 @@ export interface ChatMessageInterface {
_updatedAt: number;
mentions: any[];
channels: any[];
};
};
export interface falseTypingMethod{
method: 'viewMessage' | 'deleteMessage'
}