Currently we're fetching only the links for communities where a viewer is a member. For the migration to work we need to be able to fetch all the links - this diff introduces a function that allows it.
Depends on D10134
Differential D10150
[keyserver] Introduce a function that allows fetching all the primary links tomek on Dec 4 2023, 4:37 AM. Authored by Tags None Referenced Files
Subscribers
Details Currently we're fetching only the links for communities where a viewer is a member. For the migration to work we need to be able to fetch all the links - this diff introduces a function that allows it. Depends on D10134 Check if in the web app we're receiving only the links for communities where a viewer is a member.
Diff Detail
Event TimelineComment Actions This feels pretty messy. I'm not sure what the callstack looks like, but is it possible to introduce a second function for this (with shared code factored out) instead of overloading fetchPrimaryInviteLinks to handle two different scenarios? |