bleakgrey / tootle

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

Fix posting on pleroma #232

Closed dec05eba closed 3 years ago

dec05eba commented 4 years ago

According to mastodon doc the data should be sent as form data (https://docs.joinmastodon.org/methods/statuses/), it just happens that sending it with uri works with mastodon (or the docs are incorrect).

Without this change you get 400 error code from the server. This was fixed in "newer" pleroma: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2387