This commit is contained in:
Brice-W 2021-06-07 14:46:54 +10:00
parent 3bf5a50439
commit 14d401b27a
1 changed files with 1 additions and 1 deletions

View File

@ -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)