Dan Ditomaso
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/pages/Messages.tsx
|
|
|
@ -130,7 +130,7 @@ export const MessagesPage = () => { |
|
|
|
true, |
|
|
|
channelValue, |
|
|
|
); |
|
|
|
if (messageId !== undefined && getMyNode() !== undefined) { |
|
|
|
if (messageId !== undefined) { |
|
|
|
if (chatType === MessageType.Broadcast) { |
|
|
|
setMessageState({ |
|
|
|
type: MessageType.Broadcast, |
|
|
|
|