We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89c9de commit 7e47364Copy full SHA for 7e47364
app/src/main/java/org/thoughtcrime/securesms/database/Storage.kt
@@ -1178,6 +1178,7 @@ open class Storage @Inject constructor(
1178
val address = fromSerialized(contact.accountID)
1179
if (!getRecipientApproved(address)) return
1180
profileManager.contactUpdatedInternal(contact)
1181
+ threadDatabase.notifyConversationListListeners()
1182
}
1183
1184
override fun deleteContactAndSyncConfig(accountId: String) {
0 commit comments