Skip to content
The third alpha release of the module contains bug fixes and staging the experimental code with to work properly. The following fixes are applied:

- Fix the Login screen that appears in the RC blocks when a user has an RC ID stored, but its account does not exist on the RC server
- Fix "create chat accounts for the selected users" views action return white screen of death
- Fix "Update chat accounts for the selected users" views action return white screen of death
- Complete the development of "Create chat group for the selected groups" views action
- Enhance the "Create chat group for the selected groups" views by allowing to:
* Link the orphan chat room on the RC server with the group if the group does not have a stored Room Id
* avoid duplicating the RC rooms when selecting a group that contains a room ID
* Add groups users to the RC room
* Add RC moderator role to the users with relevant group roles
* Add RC owner role to the users with relevant group roles
- Replace calling services statistically with dependency injection
- Deploy Drupal 10 compatibility code suggested by rector
- Merge "Missing configure button on rc group module listing page" fix