We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, all users are shown in the participant list, the the user can see them.
This results in strange behaviours, when a user is locked out from the meeting.
If the blocked user is liked in another object (list of speeker, motion submitter etc) he is shown in the participant list, but not in other cases.
For this reason, we want to change the autoupdate, that blocked users can be seen with user.can_see, but they should get filtered in the client.
user.can_see
This means: If the user does not have user.can_see_sensitive_data, the user participant list should filter users, that are locked out.
user.can_see_sensitive_data
See OpenSlides/openslides-autoupdate-service#970
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, all users are shown in the participant list, the the user can see them.
This results in strange behaviours, when a user is locked out from the meeting.
If the blocked user is liked in another object (list of speeker, motion submitter etc) he is shown in the participant list, but not in other cases.
For this reason, we want to change the autoupdate, that blocked users can be seen with
user.can_see
, but they should get filtered in the client.This means: If the user does not have
user.can_see_sensitive_data
, the user participant list should filter users, that are locked out.See OpenSlides/openslides-autoupdate-service#970
The text was updated successfully, but these errors were encountered: