Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
74 stars 32 forks source link

Delete messages from inbox or saved messages does not work #242

Closed happy-river closed 4 years ago

happy-river commented 4 years ago

To reproduce: go to your inbox and use the delete button of a message.

Result: Either nothing happens, or the message disappears but reappears when you refresh the page.

The reason it does not work is that the id value rendered into the template in the data-mid attribute is a Message id, but the button posts that id value to /messages/notifications/delete which is expecting a Notification id.