Describe the bug with a clear and concise description of what the bug is.
When sending request to api/v1/notifications with parameters limit=20&types[]=mention the response header link doesn't contain types[]=mention in the next/prev links provided.
What's your GoToSocial Version?
GoToSocial 0.17.3+git-6f4cb2f
GoToSocial Arch
amd64 binary
What happened?
In API request to api/v1/notifications with parameters limit=20&types[]=mention the response header link doesn't contain types[]=mention in the next/prev links provided by GTS.
What you expected to happen?
types[]=... parameter is included in next/prev links in response header link if it was used in the original request.
Describe the bug with a clear and concise description of what the bug is.
When sending request to
api/v1/notifications
with parameterslimit=20&types[]=mention
the response headerlink
doesn't containtypes[]=mention
in the next/prev links provided.What's your GoToSocial Version?
GoToSocial 0.17.3+git-6f4cb2f
GoToSocial Arch
amd64 binary
What happened?
In API request to
api/v1/notifications
with parameterslimit=20&types[]=mention
the response headerlink
doesn't containtypes[]=mention
in the next/prev links provided by GTS.What you expected to happen?
types[]=...
parameter is included in next/prev links in response headerlink
if it was used in the original request.How to reproduce it?
/api/v1/notifications?limit=20&types[]=mention
link
does not containtypes[]=mention
Anything else we need to know?
No response