summary refs log tree commit diff
path: root/src/gateway
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-03-06 15:07:49 -0600
committerRory& <root@rory.gay>2026-03-07 00:58:31 +0100
commite6cabb8705a7b6cf8f8c7eec88309c20fc57a6e2 (patch)
tree6531111df20e70072e6ffa37bfea9bb0c0e72ecf /src/gateway
parentmake some corrections (diff)
downloadserver-ts-github/compv2.tar.xz
merge the functions github/compv2 compv2
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,