1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 16:45:16 +00:00

Add new conversation parameter

This commit is contained in:
2020-04-25 18:02:08 +02:00
parent aa5bb5da5e
commit 7aa258627f
3 changed files with 4 additions and 1 deletions

View File

@ -16,4 +16,5 @@ export interface Conversation extends BaseConversation {
lastActive: number,
timeCreate: number,
sawLastMessage: boolean,
canEveryoneAddMembers: boolean,
}