1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

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

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) {