fix duplicate message

This commit is contained in:
Peter Maquiran
2024-09-04 22:48:29 +01:00
parent 5315d185c2
commit 106267aee9
13 changed files with 160 additions and 79 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export type IMessage = z.infer<typeof MessageEntitySchema>;
export class MessageEntity {
$id?: number
$id?: string
id?: string
roomId?: string
receiverId?: number