1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-07-03 15:13:29 +00:00

Add new conversation property

This commit is contained in:
2020-04-26 14:02:57 +02:00
parent 8bd937420e
commit 1b5169eb56
5 changed files with 16 additions and 4 deletions

View File

@ -228,6 +228,7 @@ class ConversationsHelper {
following: map["following"] == 1,
sawLastMessage: map["saw_last_message"] == 1,
members: List<int>.from(map["members"]),
canEveryoneAddMembers: map["canEveryoneAddMembers"],
callCapabilities: map["can_have_video_call"]
? CallCapabilities.VIDEO
: (map["can_have_call"]