[notifications] send notification filters in API request #10
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the masto API supports filtering notifications on the request: https://docs.joinmastodon.org/methods/notifications/
the FE does not send any filters on notif type in the request
and instead runs a filter on all notifications client-side
this leads to small filters only having 1 or 2 entries because we only fetched n notifications
we should modify this behaviour to ask the server to filter for us