This commit is contained in:
Peter Maquiran
2023-08-08 09:43:26 +01:00
parent 834840fc41
commit 67a69d2e47
27 changed files with 153 additions and 54 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface ChatMessageInterface {
msg: string;
file?: any;
ts: number;
t?: string;
u: {
_id: string;
username: string;