Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-only channels, mandatory channels, etc #2043

Closed
asmartin opened this issue Jan 26, 2016 · 2 comments
Closed

Read-only channels, mandatory channels, etc #2043

asmartin opened this issue Jan 26, 2016 · 2 comments

Comments

@asmartin
Copy link

It would be useful to have some special types of channels for particular use cases:

  • transient channels - these would be used for temporary messages that don't need to be retained over the long term; you could configure a persistence period for them but after that period old messages in said channels would be purged (not logged)
  • read-only channels - e.g for a leader to send out important messages to everyone but not allow discussion
  • mandatory channels - a channel that all users are automatically subscribed to and that they are not allowed to unsubscribe from (e.g for site-wide announcements). It seems #general already does this?

Perhaps these could be options that can be toggled or adjusted on the channel settings page? I could see it being useful to be able to combine them too, e.g making a read-only, transient, mandatory stream for announcing site-wide maintenance. Thoughts on this proposal?

@RichardFoxworthy
Copy link

#825 covers the read-only channel concept.
Mandatory/auto-subscribe is a very nice idea
Ability to combine these features also very nice

@louisemessage
Copy link

Thank you for your suggestion. This feature is not on our short-term roadmap and so we are currently unable to consider implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants