Skip to content

Return empty array from /api/qvitter/mutes.json

Vivian Lim requested to merge viv/pleroma:fix/mutes.json-emptyarray into develop

Pleroma-FE calls /api/qvitter/mutes.json but was recieving a bunch of html that couldn't be parsed as JSON. This PR adds a route which returns an empty array when called. Also adding a corresponding test.

Let me know if anything about this is weird, I haven't worked with Elixir before.

Merge request reports