-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Channel archiving #74
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ 👄 👁️
b5f7c7e
to
fc6ff85
Compare
fc6ff85
to
3656dd8
Compare
dunno why the tests are failing, cabal-core's pass from cabal-client's ci error above
edit: kira helped me debug ^__^ massively refactored |
published |
This PR adds implements support for channel archiving, enabling people to hide channels from being listed. This can be useful for abuse mitigation as well as handling mistakenly created channels, or cleaning up unused ones.
The system is centered around the subjective moderation system. This means that:
Currently implemented commands:
This closes #68 and is related to #16. It is also dependent on merging cabal-club/cabal-core#103.