Compare commits
1 Commits
master
...
av/ui-chat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
391892bd64 |
@@ -2665,6 +2665,7 @@ public enum CIContent: Decodable, ItemContent {
|
|||||||
case .rcvDecryptionError: return true
|
case .rcvDecryptionError: return true
|
||||||
case .rcvGroupInvitation: return true
|
case .rcvGroupInvitation: return true
|
||||||
case .rcvModerated: return true
|
case .rcvModerated: return true
|
||||||
|
case .sndModerated: return true
|
||||||
case .invalidJSON: return true
|
case .invalidJSON: return true
|
||||||
default: return false
|
default: return false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2078,6 +2078,7 @@ sealed class CIContent: ItemContent {
|
|||||||
is RcvDecryptionError -> true
|
is RcvDecryptionError -> true
|
||||||
is RcvGroupInvitation -> true
|
is RcvGroupInvitation -> true
|
||||||
is RcvModerated -> true
|
is RcvModerated -> true
|
||||||
|
is SndModerated -> true
|
||||||
is InvalidJSON -> true
|
is InvalidJSON -> true
|
||||||
else -> false
|
else -> false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user