|
|
@ -56,7 +56,7 @@ export const ChannelChat = ({ |
|
|
<EmptyState /> |
|
|
<EmptyState /> |
|
|
</div> |
|
|
</div> |
|
|
<div className="flex-shrink-0 p-4 w-full bg-gray-900"> |
|
|
<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> |
|
|
</div> |
|
|
</div> |
|
|
); |
|
|
); |
|
|
|