From c4cdd796074dd3b655a7cf5d62d7cf2ad99c43e1 Mon Sep 17 00:00:00 2001 From: hrdl-github <31923882+hrdl-github@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:19:57 +0100 Subject: [PATCH] Replace reaction in UI instead of always removing it when replacing it --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 731d6a9..404ae0d 100644 --- a/src/app.rs +++ b/src/app.rs @@ -463,7 +463,7 @@ impl App { arrived_at, self.signal_manager.user_id(), emoji, - HandleReactionOptions::new().remove(true), + HandleReactionOptions::new().remove(remove), ) .await;