Skip to content

Removed `with_muted` param usage for user favorites timeline endpoint

Removed with_muted param usage for user favorites timeline endpoint.

BE implementation only supports pagination params for this endpoint; BE fails on any unknown parameters in dev environment (returns HTTP 400).

Merge request reports