Commit 748a23c6 authored by Samer Alabi's avatar Samer Alabi

More Bug Fixes

parent 0b0853f3
...@@ -354,7 +354,7 @@ class DatabaseManager(val context: Application, val serverUrl: String) { ...@@ -354,7 +354,7 @@ class DatabaseManager(val context: Application, val serverUrl: String) {
lastMessageText = mapLastMessageText(lastMessage), lastMessageText = mapLastMessageText(lastMessage),
lastMessageUserId = lastMessage?.sender?.id, lastMessageUserId = lastMessage?.sender?.id,
lastMessageTimestamp = lastMessage?.timestamp, lastMessageTimestamp = lastMessage?.timestamp,
muted = chatRoom.muted muted = muted ?: chatRoom.muted
) )
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment