mattn / go-mastodon

mastodon client for golang
MIT License
599 stars 85 forks source link

Client.GetAccountRelationships only returns one item? #162

Open judell opened 1 year ago

judell commented 1 year ago

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)