Skip to content

honor timeline params in Conversation Statuses api

Steven Fuchs requested to merge stwf/pleroma:dm-api-updates into develop

GET /api/v1/pleroma/conversations/:id/statuses endpoint is documented to honor the same params as other timelines but it didn't honor the since_id, max_id, min_id or limit. This MR addresses that.

Merge request reports