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:
parent
23228c9ed6
commit
a89a12ee7f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user