Delete group thread upon config changes

This commit is contained in:
SessionHero01
2024-10-07 16:00:31 +11:00
parent 4998cebfd3
commit 7f008b5f1b
2 changed files with 16 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ class GroupRecord(
get() = Address.fromSerialized(encodedId).isCommunity
val isLegacyClosedGroup: Boolean
get() = Address.fromSerialized(encodedId).isLegacyClosedGroup
val isClosedGroupV2: Boolean
get() = Address.fromSerialized(encodedId).isClosedGroupV2
init {
if (!TextUtils.isEmpty(members)) {