You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a permission check that controls which channels appear in the share-to-Zulip page, and also whether we offer a compose box in channels.
We should update it to use the modern can_send_message_group permission when that's available, instead of relying on the deprecated channel_post_policy field.