Conversations, Removing a participant?

FredC

Well-known member
How would an administrator go about removing a member form a conversation? apparently one was added by mistake.
 
You would need to edit the database directly to do that.

Removing the record for the user_id from the xf_conversation_recipient table for the conversation in question should do it.

I haven't tested that though.
 
thanks Brogan.. I guess it will have to stay the way it is, because im not messing with the DB. Is there by chance already a suggestion for this anywhere, i can like?
 
You would need to edit the database directly to do that.

Removing the record for the user_id from the xf_conversation_recipient table for the conversation in question should do it.

I haven't tested that though.
i think it isnt enough due to xf_alert table (user_id and conversationId equals)
but, i like this idea and i will work on this after my exams =) (if i success, maybe i can add this option to my other pc add-on)
 
Top Bottom