mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
0a7d6f6bae
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