From c8f383cbcb5085ecd6c2c1ebf7851b6dbdf26def Mon Sep 17 00:00:00 2001 From: sravan Date: Wed, 15 Jul 2026 15:54:31 +0530 Subject: [PATCH] fix(gif): send a GIF as the active reply; show GIF (not URL) in reply bar/quote (batch89) sendGif ignored replyTarget, so picking a GIF while replying sent a plain message instead of a reply. It now carries replyTo and clears the reply, like sendMessage. Reply bar + quote show 'GIF' instead of the raw media URL. Co-Authored-By: Claude Opus 4.8 --- server/public/home.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/server/public/home.html b/server/public/home.html index 7bc76c6..ff5348c 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -1078,7 +1078,7 @@ -