api/timeline/hashtag: allow pagination params in spec
All checks were successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful

Otherwise they get stripped and ignored.
This commit is contained in:
Yonle 2026-03-11 14:16:32 +07:00 committed by Oneric
commit 871fd17fbe
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -128,6 +128,7 @@ defmodule Pleroma.Web.ApiSpec.TimelineOperation do
only_media_param(),
remote_param(),
with_muted_param()
| pagination_params()
],
operationId: "TimelineController.hashtag",
responses: %{