need to change branch

This commit is contained in:
Peter Maquiran
2022-03-15 15:49:59 +01:00
parent 616566bf77
commit 00cf4f7eaa
10 changed files with 138 additions and 37 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ export class DeleteMessageModel extends models.Model {
rid = models.CharField()
ts = models.CharField()
u = models.IndDbJsonField()
_id = models.CharField({unique:true})
receivedBy = models.IndDbJsonField()
needToReceiveBy = models.IndDbJsonField()
}
+2
View File
@@ -85,6 +85,8 @@ export interface Message {
localReference?: string,
viewed: string[],
received: string[],
delate: boolean,
delateRequest: boolean
}
+1
View File
@@ -50,4 +50,5 @@ export interface ChatMessageInterface {
export interface falseTypingMethod{
method: 'viewMessage' | 'deleteMessage'
params: object
}