Hi, Thanks for creating the module + readme.
After a while of trying to add a request programmatically...
$request_manager = \Drupal::service('grequest.membership_request_manager');
$request_manager->create($group, $user);
I discovered groups weren't being created and found that the create function doesn't actually save the group_relationship, it's just creates it ready to save.
I wanted to suggest adding "$group_relationship->save()" to the bottom of the function. But if that doesn't work for the way it's been implemented, it would be nice to add that to the readme.
Thank you.
Jeremy.
Active
3.2
Code