mobile: show unknown content with attached file as file item (for partial forward compatibility with voice and video messages) (#1394)

* mobile: show unknown content with attached file as file item (for partial forward compatibility with voice and video messages)

* fix

* android: show unknown files
This commit is contained in:
Evgeny Poberezkin
2022-11-21 07:42:36 +00:00
committed by GitHub
parent a8b9200c9a
commit 02fa81e8aa
5 changed files with 51 additions and 39 deletions
-7
View File
@@ -1244,13 +1244,6 @@ public enum MsgContent {
}
}
public func isFile() -> Bool {
switch self {
case .file: return true
default: return false
}
}
enum CodingKeys: String, CodingKey {
case type
case text