Browse Source

add missing maxBytes to MessageInput

pull/390/head
Hunter275 1 year ago
parent
commit
e3cc95cfd8
  1. 2
      src/components/PageComponents/Messages/ChannelChat.tsx

2
src/components/PageComponents/Messages/ChannelChat.tsx

@ -56,7 +56,7 @@ export const ChannelChat = ({
<EmptyState />
</div>
<div className="flex-shrink-0 p-4 w-full bg-gray-900">
<MessageInput to={to} channel={channel} />
<MessageInput to={to} channel={channel} maxBytes={200} />
</div>
</div>
);

Loading…
Cancel
Save