Moin
9 september 2026 om 22:43
1
I think the description passed on for the AI users group is the whole object, not only the description of that group. At least that’s the impression I got from the groups page:
And by looking at the individual group:
I also find it confusing that the first screenshot shows 2 members, but the second one says there are no members.
3 likes
Thanks for reporting it, will be fixed once this is merged
main ← fix-bot-user-group
merged 11:46PM - 10 Sep 26 UTC
Currently we have a broken description for the AI Users group and it shows a use… r count without listing any users.
<img width="346" height="282" alt="image" src="https://github.com/user-attachments/assets/3270f915-3676-47bb-9644-d570dc2a848f" />
This was because core assumes automatic groups aren't added by plugins, and adding one from the AI plugin included core's whole description hash as its description. Negative ID users (bots) are also removed from user groups, so we need to allow them here.
This change only uses core's default group names and descriptions for core's own groups, so plugin-added automatic groups show their own bio and name. Built-in and manual groups still hide bot users.
<img width="400" alt="image" src="https://github.com/user-attachments/assets/186d80cb-032f-4a6d-91ef-24a724115306" />
Reported here: https://meta.discourse.org/t/description-of-the-ai-users-group/412047
2 likes