From 1a1d1424edcc417d976ac2dacd0fb79b34a090a5 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 14 Nov 2022 08:15:02 +0100 Subject: [PATCH] FIX: only checks for full page instead of preference (#18998) Checking for preference is unsure when in standalone chat app (eg: electron app), this is much more resilient and simple. --- .../templates/components/chat-message-actions-desktop.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/javascripts/discourse/templates/components/chat-message-actions-desktop.hbs b/plugins/chat/assets/javascripts/discourse/templates/components/chat-message-actions-desktop.hbs index 30e1bb65a08..1380f497db7 100644 --- a/plugins/chat/assets/javascripts/discourse/templates/components/chat-message-actions-desktop.hbs +++ b/plugins/chat/assets/javascripts/discourse/templates/components/chat-message-actions-desktop.hbs @@ -1,6 +1,6 @@
- {{#if this.chatStateManager.isFullPagePreferred}} + {{#if this.chatStateManager.isFullPage}} {{#each this.emojiReactions as |reaction|}} {{/each}}