-
Notifications
You must be signed in to change notification settings - Fork 383
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
Message power levels #2672
Comments
This doesn't seem realistically possible, especially changing the "power level" after sending. The only secure way to implement it without significantly changing federation would be to encrypt the messages, but that could be problematic in big rooms, and obviously won't let you hide messages after they're sent.
This should probably be solved by adding a way for room admins to get redacted event content from the server. |
This is actually one aspect of a much more comprehensive earlier proposal. |
Ideally messages would have a power level too, showing who can read it. Setting the power level above zero means communicating with the admins only - and admins themselves (including abuse bots) can set power levels higher to remove material from public view.
Some possible use cases:
The text was updated successfully, but these errors were encountered: