I don't see why a moderator/administrator cannot change view permission on a conversation.
For what I understand only the Original Poster can change the view permission on a conversation.
Also the OP is not listed in person that can view a private conversation. This is a bug for me.
Edit: This seems to be a problem inside the migration script.
I used this SQL request to update allowed members (change your prefix):
UPDATE `et2_member_conversation`, `et2_conversation` SET `et2_member_conversation`.`allowed`= 1 WHERE `et2_member_conversation`.`id` = `et2_conversation`.`startMemberId` AND `et2_member_conversation`.`conversationId` = `et2_conversation`.`conversationId`
Find this post ram I don't see why a moderator/administrator cannot change view permission on a conversation.
For what I understand only the Original Poster can change the view permission on a conversation.
This is intentional. Since private conversation functionality is intended to replace traditional "private messages" that other forums have, it made sense to only allow the OP to change the people who can view it. Otherwise, there is the risk of a sensitive conversation being exposed by an Administrator or Moderator.
Find this post ram Also the OP is not listed in person that can view a private conversation. This is a bug for me.
Edit: This seems to be a problem inside the migration script.
Correct, nice fix.