XF 1.1 Conversation - Delete

  • Thread starter Thread starter DirtRider
  • Start date Start date
D

DirtRider

Guest
How do I delete one of my conversation on my forum or at least remove those that are part of it?
 
It requires manually editing the database.

Code:
delete from xf_conversation_recipient where conversation_id = x and user_id = y

I'm not sure if other queries are required, that is from memory and I'm busy cooking dinner :D
 
Top Bottom