mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
fix
This commit is contained in:
parent
3bf5a50439
commit
14d401b27a
@ -267,7 +267,7 @@ private fun handleNewClosedGroup(sender: String, sentTimestamp: Long, groupPubli
|
||||
if (storage.getGroup(groupID) != null) {
|
||||
// Update the group
|
||||
// Clear zombie list if the group wasn't active
|
||||
if (!storage.isGroupActive(groupID)) {
|
||||
if (!storage.isGroupActive(groupPublicKey)) {
|
||||
storage.setZombieMembers(groupID, listOf())
|
||||
}
|
||||
storage.updateTitle(groupID, name)
|
||||
|
Loading…
Reference in New Issue
Block a user