bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
400 stars 61 forks source link

Fix login on pleroma (/api/v1/apps) #230

Closed dec05eba closed 4 years ago

dec05eba commented 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