Jump to content

Rejoining a private conversation


PPlanet

Recommended Posts

Posted

I have two members who have been interacting via PM (or Private Conversation) for a while. One of them accidentally left the conversation (deleted it from his end). Is there any way he could rejoin the conversation? I thought that if the other person who still has the conversation invited him in again, that maybe could work, but it doesn't as the system considers he left voluntarily.

So, is there a way around this?

Posted

Do you have the conversation ID? If you do, you can run this database query

UPDATE core_message_topic_user_map SET map_user_active = 1 WHERE map_topic_id = X

The ID will be present in the URL for the conversation, ex. http://test.domain/messenger/6/

Posted
3 hours ago, Martin A. said:

Do you have the conversation ID? If you do, you can run this database query


UPDATE core_message_topic_user_map SET map_user_active = 1 WHERE map_topic_id = X

The ID will be present in the URL for the conversation, ex. http://test.domain/messenger/6/

Thanks, and instead of 1 I enter the member’s ID number?

Posted
1 hour ago, PPlanet said:

Thanks, and instead of 1 I enter the member’s ID number?

Never mind, I got it. (In case someone else has the same doubt, it's just 1, no need to change that). Cheers.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...