mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
fix: don't fail if channel is null on reply
This commit is contained in:
@@ -96,7 +96,7 @@ const Message = observer(
|
||||
key={message_id}
|
||||
index={index}
|
||||
id={message_id}
|
||||
channel={message.channel!}
|
||||
channel={message.channel}
|
||||
parent_mentions={message.mention_ids ?? []}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user