slon/Slon/Api
Alec Murphy 0d19f9fa33 Slon/Api/V1/Accounts: Handle badly-behaved JSON API clients
An array of String is still an array, even if it contains a single
element. I'm looking at you,
[Tuba](https://github.com/GeopJr/Tuba/blob/main/src/API/Relationship.vala#L48).

Ref: https://docs.joinmastodon.org/methods/accounts/#relationships

It shouldn't be our responsibility to handle this, but life isn't fair,
so we'll begrudgingly handle it anyway.
2025-03-21 16:34:55 -04:00
..
V1 Slon/Api/V1/Accounts: Handle badly-behaved JSON API clients 2025-03-21 16:34:55 -04:00
V2 Slon/Api/V1/Notifications: Add initial support for Notifications 2025-03-20 09:54:24 -04:00