mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Created conversation route
This commit is contained in:
		@@ -40,7 +40,7 @@ class Conversation extends CacheModel implements Comparable {
 | 
			
		||||
        name = map[ConversationTableContract.C_NAME],
 | 
			
		||||
        following = map[ConversationTableContract.C_FOLLOWING] == 1,
 | 
			
		||||
        sawLastMessage = map[ConversationTableContract.C_SAW_LAST_MESSAGE] == 1,
 | 
			
		||||
        members = stringListToIntList(
 | 
			
		||||
        members = listToIntList(
 | 
			
		||||
            map[ConversationTableContract.C_MEMBERS].split(",")),
 | 
			
		||||
        super.fromMap(map);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user