@ -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} />
);