Mark user as back after sending an attachment

This commit is contained in:
Maximilian Mader 2020-11-07 20:00:43 +01:00 committed by Tim Düsterhus
parent 23228c9ed6
commit a89a12ee7f
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 3 additions and 1 deletions

View File

@ -432,9 +432,11 @@ define([
}
async onSendAttachment(event) {
return this.bottle.container.Messenger.pushAttachment(
await this.bottle.container.Messenger.pushAttachment(
event.detail.tmpHash
)
this.markAsBack()
}
onAutocomplete(event) {