Empty url field in Mastodon API on boosts
When querying the statuses of a pleroma account using the mastodon API, if I look at a boost the url
field of the toot is empty. A similar status in Mastodon returns the url of the boost (in the format https://instance/@user/id
), I believe it should return something like https://<pleroma instance>/objects/<uuid>
instead.