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 a35da3a commit 931da3fCopy full SHA for 931da3f
app/src/main/java/org/thoughtcrime/securesms/database/RecipientRepository.kt
@@ -280,7 +280,7 @@ class RecipientRepository @Inject constructor(
280
changeSource = merge(
281
configFactory.configUpdateNotifications.filterIsInstance<ConfigUpdateNotification.GroupConfigsUpdated>()
282
.filter { it.groupId == address.accountId },
283
- configFactory.userConfigsChanged(onlyConfigTypes = EnumSet.of(UserConfigType.USER_GROUPS)),
+ configFactory.userConfigsChanged(),
284
recipientSettingsDatabase.changeNotification.filter { it == address }
285
)
286
}
0 commit comments