mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix name issue
This commit is contained in:
		@@ -32,7 +32,7 @@ class Conversation extends CacheModel implements Comparable {
 | 
			
		||||
        super(id: id);
 | 
			
		||||
 | 
			
		||||
  /// Check out whether a conversation has a fixed name or not
 | 
			
		||||
  bool get has_name => this.name != null;
 | 
			
		||||
  bool get hasName => this.name != null;
 | 
			
		||||
 | 
			
		||||
  Conversation.fromMap(Map<String, dynamic> map)
 | 
			
		||||
      : ownerID = map[ConversationTableContract.C_OWNER_ID],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user