Merge remote-tracking branch 'upstream/dev' into identity_key_encryption

pull/599/head
Harris 3 years ago
commit 51061cac0e

@ -143,7 +143,7 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.2'
}
def canonicalVersionCode = 181
def canonicalVersionCode = 182
def canonicalVersionName = "1.10.13"
def postFixSize = 10

@ -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…
Cancel
Save