mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 14:37:45 +00:00
Delete group thread upon config changes
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user