api/timeline/hashtag: allow pagination params in spec
Otherwise they get stripped and ignored.
This commit is contained in:
parent
a913c11230
commit
871fd17fbe
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
- fix pagination parameters being ignored on hashtag timelines
|
||||
|
||||
## 2026.03
|
||||
|
||||
### BREAKING
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ defmodule Pleroma.Web.ApiSpec.TimelineOperation do
|
|||
only_media_param(),
|
||||
remote_param(),
|
||||
with_muted_param()
|
||||
| pagination_params()
|
||||
],
|
||||
operationId: "TimelineController.hashtag",
|
||||
responses: %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue