mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 23:28:49 +00:00
When a user is part of a community, write access to any channel of that community is granted. When the permission allows for it, a community's channel `canPost` property is `true`, which should be relied on to render the necessary component for writing into a channel. This commit makes sure community members with proper access get the chat input rendered so they can write to channels. Fixes #1985