go-mastodon
go-mastodon copied to clipboard
Client.GetAccountRelationships only returns one item?
It seems that although the URL for multiple IDS is correctly formed as id[]=1&id[]=2
only the first item is returned.
(https://github.com/turbot/steampipe-plugin-mastodon/blob/main/mastodon/table_mastodon_relationship.go#L80)