You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, and no. Yes, because it doesn't work and renders an error on Phanpy (or any client that uses the same API filter), no, because it isn't a show stopper.
Phanpy, a favourite of many Mastodon client, allows for the filtering of mentions using api/v1/notifications?limit=20&types[]=mention, using the notifications API. When connected to GoToSocial such feature doesn't work (see cheeaun/phanpy#567).
Describe the solution you'd like.
Based on the above, could it be possible to implement the API to allow filtering on notifications?
Describe alternatives you've considered.
NONE
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Counterpart of exclude_types[].
Also updates Swagger spec for types[] to use the correct param name and enumerate possible values.
Fixessuperseriousbusiness#3003
…ness#3009)
Counterpart of exclude_types[].
Also updates Swagger spec for types[] to use the correct param name and enumerate possible values.
Fixessuperseriousbusiness#3003
(cherry picked from commit b08c1bd)
Is your feature request related to a problem ?
Yes, and no. Yes, because it doesn't work and renders an error on Phanpy (or any client that uses the same API filter), no, because it isn't a show stopper.
Phanpy, a favourite of many Mastodon client, allows for the filtering of mentions using
api/v1/notifications?limit=20&types[]=mention
, using thenotifications
API. When connected to GoToSocial such feature doesn't work (see cheeaun/phanpy#567).Describe the solution you'd like.
Based on the above, could it be possible to implement the API to allow filtering on notifications?
Describe alternatives you've considered.
NONE
Additional context.
No response
The text was updated successfully, but these errors were encountered: