mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
need to change branch
This commit is contained in:
@@ -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()
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -85,6 +85,8 @@ export interface Message {
|
||||
localReference?: string,
|
||||
viewed: string[],
|
||||
received: string[],
|
||||
delate: boolean,
|
||||
delateRequest: boolean
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -50,4 +50,5 @@ export interface ChatMessageInterface {
|
||||
|
||||
export interface falseTypingMethod{
|
||||
method: 'viewMessage' | 'deleteMessage'
|
||||
params: object
|
||||
}
|
||||
Reference in New Issue
Block a user