mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fixe chat message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user