From 41454a34c8c993d91b40f30dd7b72f6514db2eb6 Mon Sep 17 00:00:00 2001 From: Matthew WIlkinson Date: Tue, 19 Dec 2023 11:40:12 +0000 Subject: [PATCH] a --- app/components/channel-message.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/components/channel-message.jsx b/app/components/channel-message.jsx index 11818b4..073da2e 100644 --- a/app/components/channel-message.jsx +++ b/app/components/channel-message.jsx @@ -234,6 +234,9 @@ export default function ChannelMessage(props) { { text } } + {!!message.optimistic && + sending + } {edited && edited }