Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
PPlanet Posted October 16, 2019 Posted October 16, 2019 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?
Adriano Faria Posted October 16, 2019 Posted October 16, 2019 You can do this with PM Viewer, if you have it but I'm not 100% sure. You better ask @DawPi
Martin A. Posted October 16, 2019 Posted October 16, 2019 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/
DawPi Posted October 16, 2019 Posted October 16, 2019 1 hour ago, Adriano Faria said: if you have it but I'm not 100% sure. It does not. But I'll concider such function in a future release.
PPlanet Posted October 16, 2019 Author Posted October 16, 2019 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?
PPlanet Posted October 17, 2019 Author Posted October 17, 2019 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.