1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Update conversations list screen

This commit is contained in:
2021-04-06 18:04:16 +02:00
parent 22f27a24de
commit 0fb83079a6
5 changed files with 68 additions and 17 deletions

View File

@ -75,7 +75,9 @@ class Conversation extends SerializableElement<Conversation> {
bool get sawLastMessage => lastActivity <= membership.lastAccessTime;
/// Check out whether a conversation is managed or not
bool get isManaged => groupID != null;
bool get isManaged => isGroupConversation;
bool get isGroupConversation => groupID != null;
bool get hasLogo => logoURL != null;