diff --git a/app/src/main/java/org/thoughtcrime/securesms/backup/v2/exporters/ChatItemArchiveExporter.kt b/app/src/main/java/org/thoughtcrime/securesms/backup/v2/exporters/ChatItemArchiveExporter.kt index 85089e5060..ec73b60940 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/backup/v2/exporters/ChatItemArchiveExporter.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/backup/v2/exporters/ChatItemArchiveExporter.kt @@ -1723,7 +1723,9 @@ private fun ChatUpdateMessage.isOnlyForIndividualChats(): Boolean { this.simpleUpdate?.type == SimpleChatUpdate.Type.END_SESSION || this.simpleUpdate?.type == SimpleChatUpdate.Type.CHAT_SESSION_REFRESH || this.simpleUpdate?.type == SimpleChatUpdate.Type.PAYMENT_ACTIVATION_REQUEST || - this.simpleUpdate?.type == SimpleChatUpdate.Type.PAYMENTS_ACTIVATED + this.simpleUpdate?.type == SimpleChatUpdate.Type.PAYMENTS_ACTIVATED || + this.sessionSwitchover != null || + this.threadMerge != null } private fun ChatUpdateMessage.isOnlyForGroupChats(): Boolean {