Yep, the job runs every hour and should cover this scenario.
Definitely open to suggestions to improve the copy here to make this part more clear!
Yep, the job runs every hour and should cover this scenario.
Definitely open to suggestions to improve the copy here to make this part more clear!
Well, the current copy is āAutomatically add all new and existing usersā, which is clearly false.
How about āAutomatically add users who [whatever the criteria are]ā?
Hereās a first pass:
Check hourly which users have been active in the last 3 months. Add them to this channel if they have access to the Beginners Feedback category.
Could I get some clarification on what āaccessā means exactly? I have a category where everyone can see
, but only certain groups can create or reply. It seems to me that the users who can only see shouldnāt be added to the channel automatically, and shouldnāt be able to participate at all in that channel until they are in the group. Maybe it works this way already, but I want to make sure before moving forward. Thanks!
As of December, āreplyā permission is required to be able to join (access) a channel:
So I believe this now works as youād like it to work for your scenario.
Thanks Dave, that is how I would like it to work, unfortunately I just tried it and it doesnāt work that way. I have my category set up like this:
The Beginners group only has 2 members right now, the Beginner_Support group has 12. The channel after turning on Automatically add users now has 774 members, which is probably about the right amount of active users for everyoneā¦
OK, yep, that doesnāt look like what Iād expect at this point. Iāll take a look tomorrow and let you know what I find.
I do see the issue youāre seeing here. I still need to spend a bit more time tinkering to understand the details of what is and isnāt working properly so we can get something queued up to address this.
OK, hereās what Iām seeing for a user āBobā who only has āSeeā access to the category for the channel:
/chat/channels/browse
(ok)/chat/c/${channelname}/${id}
(unexpected)Will add this to our list to fix up.
A post was split to a new topic: Allow visitors and search engines to see chat channels
We merged the following pull requests which should address this issue:
Initially, we had planned to allow read-only users to preview chat channels, but designing the user experience for that turned out to be a bit more complicated than we originally anticipated, so we removed that feature for now in the name of simplicity.
Note: if you had channels set up with auto-join that included groups with read-only permissions, you may need to edit the channel settings once to force the membership list to synchronize with these new rules.
That works brilliantly, thank you Dave!