Discourse Dynamic Groups

Hi, thank you for developing this super useful plugin!

I’m currently using Discourse Dynamic Groups to automatically add all non-anonymous users to a special group. My boolean expression is:

NOT anonymous_users
Expected behavior:
When a new user registers (who does not belong to the anonymous_users group), they should be automatically added to this group, without any manual intervention.

Actual behavior:
Newly registered users are not immediately added to the group. They only get added after I manually re-save the boolean expression in the group settings.
This means the group is not updated automatically as users join, unless I trigger a manual sync.

1 Like