zulip / zulip-mobile

Zulip mobile apps for Android and iOS.
https://zulip.com/apps/
Apache License 2.0
1.28k stars 644 forks source link

Support setting streams announcement-only, and other post policies #3131

Open gnprice opened 5 years ago

gnprice commented 5 years ago

@rishig mentioned that some recently-added features that show up when creating a stream haven't been implemented for mobile.

@rishig , would you comment with the others you know about?

timabbott commented 5 years ago

The other is "announcement only".

jainkuniya commented 5 years ago

on it

@zulipbot claim

gnprice commented 4 years ago

Recent (unreleased, post-2.1) server versions no longer have announcement_only and instead have a stream_post_policy enum. Discussion here: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/Add.20functionality.20to.20create.20announcement.20streams/near/855688 and docs here: https://zulipchat.com/api/add-subscriptions

gnprice commented 4 years ago

Bumping to note that with #4079 / #4049 we now have the server's feature level in Redux. That was something we expected we'll want as part of doing this correctly, so this is now more ripe to implement.