Fix for conversation info

This commit is contained in:
Mario Danic 2019-12-18 04:26:27 +01:00
parent 6e0fa8dc80
commit 7d4b17759a
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0

View File

@ -230,9 +230,9 @@ class DatabaseStorageModule(
valueFromDb.value
}
} else if (key == "message_notification_level") {
return messageNotificationLevel!!
return messageNotificationLevel
} else if (key == "conversation_name") {
return conversationNameValue!!
return conversationNameValue
} else if (key == "conversation_password") {
return ""
}