mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 10:22:31 +01:00
Merge pull request #1163 from CyberL1/fix/webhooks
fix: add webhook_id to webhook's messages
This commit is contained in:
commit
1f29de1c7f
@ -232,7 +232,7 @@ export class Message extends BaseClass {
|
||||
...this,
|
||||
author_id: undefined,
|
||||
member_id: undefined,
|
||||
webhook_id: undefined,
|
||||
webhook_id: this.webhook_id ?? undefined,
|
||||
application_id: undefined,
|
||||
|
||||
nonce: this.nonce ?? undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user