summary refs log tree commit diff
path: root/src/gateway
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway')
-rw-r--r--src/gateway/listener/listener.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/listener/listener.ts b/src/gateway/listener/listener.ts

index 6daa259f..c4e1fcaa 100644 --- a/src/gateway/listener/listener.ts +++ b/src/gateway/listener/listener.ts
@@ -334,7 +334,7 @@ async function consume(this: WebSocket, opts: EventOpts) { }), ).attachments; if (data["components"]) { - data["components"] = Message.prototype.withSignedComponents.call( + data["components"] = Message.prototype.withSignedAttachments.call( data, new NewUrlUserSignatureData({ ip: this.ipAddress,