fixe chat message

This commit is contained in:
Peter Maquiran
2023-06-29 16:04:44 +01:00
parent 8c02c5abb8
commit 246ea2e4a6
16 changed files with 356 additions and 227 deletions
+4 -3
View File
@@ -166,7 +166,9 @@ export class AuthService {
return true
} catch(e) {
window['e'] = e
console.error('BeforesendAtachment', e)
message.uploadingFile = false
return false
}
@@ -183,7 +185,9 @@ export class AuthService {
return true
} catch(e) {
window['e'] = e
console.error('BeforesendAtachment', e)
message.uploadingFile = false
return false
}
}
@@ -211,9 +215,6 @@ export class AuthService {
type: message.file.type
}
await this.storage.set(message.file.guid, downloadFile).then(() => {
//
});
return true
}
return false