Skip to content

Mastodon API: relationships without id param

Even if the id param is required on /api/v1/accounts/relationships, Mastodon does not returns a 400 but a success with an empty array. This MR copies this behaviour.

Fixes Mastalab Android app.

Merge request reports