Closed dec05eba closed 4 years ago
According to mastodon spec you are supposed to send the data as form data, not in the uri (https://docs.joinmastodon.org/methods/apps/). This was an issue in pleroma until https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2387. But with this change the code follows the documentation and it also works with older pleroma version.
This should fix #228.
I have only tested this change with pleroma
According to mastodon spec you are supposed to send the data as form data, not in the uri (https://docs.joinmastodon.org/methods/apps/). This was an issue in pleroma until https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2387. But with this change the code follows the documentation and it also works with older pleroma version.
This should fix #228.
I have only tested this change with pleroma