Skip to content

Commit

Permalink
Remove meeting_user_ids subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Apr 17, 2024
1 parent 4355f1a commit 95a0135
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ export const getParticipantVoteInfoSubscriptionConfig: SubscriptionConfigGenerat
`is_physical_person`,
`is_active`,
`meeting_ids`,
`meeting_user_ids`,
`is_present_in_meeting_ids`
]
},
{
idField: `vote_delegated_to_id`,
follow: [{ idField: `user_id`, fieldset: [`is_present_in_meeting_ids`, `meeting_user_ids`] }],
follow: [{ idField: `user_id`, fieldset: [`is_present_in_meeting_ids`] }],
fieldset: [`meeting_id`]
}
]
Expand Down

0 comments on commit 95a0135

Please sign in to comment.