ios: log file error to console

This commit is contained in:
Evgeny Poberezkin
2024-05-31 18:33:29 +01:00
parent 184a24b70e
commit b165603136
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1847,7 +1847,7 @@ func processReceivedMsg(_ res: ChatResponse) async {
}
case let .sndFileCompleteXFTP(user, aChatItem, _):
await chatItemSimpleUpdate(user, aChatItem)
case let .sndFileError(user, aChatItem, _):
case let .sndFileError(user, aChatItem, _, _):
if let aChatItem = aChatItem {
await chatItemSimpleUpdate(user, aChatItem)
Task { cleanupFile(aChatItem) }