-
Notifications
You must be signed in to change notification settings - Fork 33
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
Amount participants visibility in committee/meeting #4178
base: main
Are you sure you want to change the base?
Amount participants visibility in committee/meeting #4178
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.
I am against this change.
The info is still sent to the client and therefore IMHO this issue is not fixed. It would be better to implement #2107 instead.
@@ -58,7 +58,8 @@ function getMeetingListFollowConfig( | |||
idField: idField, | |||
follow: [ | |||
{ idField: `committee_id`, fieldset: `name` }, | |||
{ idField: `organization_tag_ids`, fieldset: FULL_FIELDSET } | |||
{ idField: `organization_tag_ids`, fieldset: FULL_FIELDSET }, | |||
{ idField: `group_ids`, fieldset: [`name`, `permissions`] } |
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 see that you need this but I don't like that this could increase subscription sizes a lot. Also I think the name is not needed.
Resolve #4071