|
|
@ -267,7 +267,7 @@ private fun handleNewClosedGroup(sender: String, sentTimestamp: Long, groupPubli
|
|
|
|
if (storage.getGroup(groupID) != null) {
|
|
|
|
if (storage.getGroup(groupID) != null) {
|
|
|
|
// Update the group
|
|
|
|
// Update the group
|
|
|
|
// Clear zombie list if the group wasn't active
|
|
|
|
// Clear zombie list if the group wasn't active
|
|
|
|
if (!storage.isGroupActive(groupID)) {
|
|
|
|
if (!storage.isGroupActive(groupPublicKey)) {
|
|
|
|
storage.setZombieMembers(groupID, listOf())
|
|
|
|
storage.setZombieMembers(groupID, listOf())
|
|
|
|
}
|
|
|
|
}
|
|
|
|
storage.updateTitle(groupID, name)
|
|
|
|
storage.updateTitle(groupID, name)
|
|
|
|