-
Notifications
You must be signed in to change notification settings - Fork 452
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
Restrict posting to moderators #4487
Conversation
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
I would just sort archived rooms to the end (so invert favorites basically) or even not load them and instead have a filter icon where you can toggle them in and out (need something similar for for the "listed" rooms anyway #1763 ) |
@@ -82,6 +82,11 @@ | |||
|
|||
<ActionSeparator /> | |||
|
|||
<ActionButton v-if="canLeaveConversation" |
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.
Wrong permission check
:icon="iconArchive" | ||
@click.prevent.exact="toggleArchiveConversation"> | ||
{{ labelArchive }} | ||
</ActionButton> |
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.
Since this is a purely moderator option it should go into the moderator menu?
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.
I don't think it's only a moderator option.
Everybody should archiv a room to have a cleaner room list.
But wait, this is not possible with this setup. This needs to be done on a user basis.
So maybe I don't understand the aim here
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.
A per user archiving is way over the top from my pov.
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
Master is 22 now |
New attempt in #5259 |
Fix #3886
Todo: