Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't delete messages on Pleroma (Masto-API) #1127

Closed
4 of 15 tasks
imolein opened this issue May 25, 2018 · 1 comment
Closed
4 of 15 tasks

Can't delete messages on Pleroma (Masto-API) #1127

imolein opened this issue May 25, 2018 · 1 comment
Labels

Comments

@imolein
Copy link

imolein commented May 25, 2018

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

  • Create a message on a Pleroma instance
  • Try to delete the message

Extra info

Since I have no mastodon account, I don't know if that happens there too.

Android version: 8.1.0

Network type:

  • Cellular
  • Wi-Fi

App version: 3.7.3

Build variant:

  • Google
  • F-Droid

Micro-blogging service:

  • Twitter
  • Fanfou
  • GNU Social / StatusNet
  • Mastodon
  • Pleroma (Mastodon API)

App settings:

  • Custom API
  • Custom consumer key/secrets
  • Official keys
  • Using Thumbor
  • Connected through proxy
  • Media preview enabled
mariotaku added a commit that referenced this issue May 25, 2018
@mariotaku
Copy link
Member

Got it, fixed :)

Tlaster added a commit that referenced this issue Apr 26, 2020
Backport #1127 Can't delete messages on Pleroma (Masto-API)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants