Add exclude attending and organizing from my communities events#9031
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
MobileInstall the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here. Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.
Deep linksiOS Android Web (Vercel)View the Vercel web preview for this branch. Backend
Other
|
|
@aapeliv I've addressed your comments now! |
📝 Release NotesThis PR does not need to be included in release notes. Reason: This changes backend filtering for the 'My Events' query so community event lists can exclude events the user is already attending or organizing. While it affects event discovery behavior, the PR does not show a corresponding user-facing UI change and appears to be a relatively small API/filtering fix rather than a broadly noticeable feature or major bug fix. 🤖 Bot Debug InformationModel: |


We already have
attendingandorganizingas boolean params to theListMyEventsquery, but whenmy_communities=trueit overrides it if the events we're attending or organizing are in our communities.Therefore I'm adding
exclude_attendingfor this, to try and make it as backward compatible as possible.Testing
Explain how you tested this PR and give clear steps so the reviewer can replicate.
Backend checklist
developif necessary for linear migration historyWeb frontend checklist
For maintainers