ui: chatitem header

This commit is contained in:
Avently
2023-11-14 01:15:51 +07:00
committed by Avently
parent a2fe5cfb66
commit 391892bd64
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2665,6 +2665,7 @@ public enum CIContent: Decodable, ItemContent {
case .rcvDecryptionError: return true
case .rcvGroupInvitation: return true
case .rcvModerated: return true
case .sndModerated: return true
case .invalidJSON: return true
default: return false
}