From ef2e3f242f1eb20beb7a16f6f6ef1055f97fa5e2 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 10 Apr 2025 16:51:30 -0500 Subject: [PATCH] reply gifs --- src/webpage/localuser.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 7128bb5..fcd4fd4 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -2363,8 +2363,13 @@ class Localuser { div.onclick = () => { if (this.channelfocus) { - this.channelfocus.sendMessage(gif.url, {embeds: [], attachments: [], replyingto: null}); + this.channelfocus.sendMessage(gif.url, { + embeds: [], + attachments: [], + replyingto: this.channelfocus.replyingto, + }); menu.remove(); + this.channelfocus.replyingto = null; } }; }