julianlam/nodebb-plugin-session-sharing

Auto Join/Leave based on Group

Closed this issue · 1 comments

We have two types of groups on our forum.

Group Type A - Forum specific groups where people are added and leave via Admins using the Admin Tool.
Group Type B - These are groups used by the Website as well as the forum and are in the session cookie claims.

Currently to auto join/leave it has to be enabled for all groups. In that case users will always leave Group Type A that they are in as it isn't in the Cookie claims.

Whats the best way to make selective groups auto join/leave? Is there a way to do it currently or will it require an enhancement? Maybe a selectable list in the plugin admin page?