mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 12:22:50 +02:00
d->m: Support bulk message deletion from bots
This commit is contained in:
parent
9efd6a49b8
commit
20bab453ef
3 changed files with 30 additions and 1 deletions
|
@ -153,6 +153,9 @@ const utils = {
|
|||
} else if (message.t === "MESSAGE_DELETE") {
|
||||
await eventDispatcher.onMessageDelete(client, message.d)
|
||||
|
||||
} else if (message.t === "MESSAGE_DELETE_BULK") {
|
||||
await eventDispatcher.onMessageDeleteBulk(client, message.d)
|
||||
|
||||
} else if (message.t === "TYPING_START") {
|
||||
await eventDispatcher.onTypingStart(client, message.d)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue