Allow deleting messages
Closed this issue · 0 comments
TheRustyPickle commented
Rough TODO to allow deleting message
- Update
message_row.xml
with a menu that would open on right-click with an option to Delete Message. - On press, collect the message number, send it to the server for deletion, and remove it from the interface.
- Update server side to handle the deletion and remove the relevant row from the DB