You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to delete a message on my Pleroma instance over Twidere, but get a 500 error back. The account is connected over the Mastodon API.
In the log files of my instance I can see that Twidere is sending a POST request (POST /api/v1/statuses/2336245/favourite) instead of a DELETE requests (DELETE /api/v1/statuses/2336245)
This was tested on different instances by different users, as you can read here (if you understand german) https://edolas.world/notice/2336902 which all have the same error.
I tried to delete a message on my Pleroma instance over Twidere, but get a 500 error back. The account is connected over the Mastodon API.
In the log files of my instance I can see that Twidere is sending a POST request (
POST /api/v1/statuses/2336245/favourite
) instead of a DELETE requests (DELETE /api/v1/statuses/2336245
)This was tested on different instances by different users, as you can read here (if you understand german) https://edolas.world/notice/2336902 which all have the same error.
Here is the part of the log file, after I press delete in Twidere: https://hastebin.wiuwiu.de/jiyejovunu.sql
Expected behavior
Post get deleted.
Actual behavior
Twidere send out the wrong request, which cause an internal server error.
Steps to reproduce
Extra info
Since I have no mastodon account, I don't know if that happens there too.
Android version: 8.1.0
Network type:
App version: 3.7.3
Build variant:
Micro-blogging service:
App settings:
The text was updated successfully, but these errors were encountered: