1

added create link to createOrga

This commit is contained in:
[Mahgs]
2020-03-23 13:27:11 +01:00
parent 9b1ad8b3da
commit 2a6cf0e529
3 changed files with 4 additions and 3 deletions

View File

@ -74,6 +74,7 @@ public class ControllerService {
visibility1 = Visibility.PUBLIC;
} else {
visibility1 = Visibility.PRIVATE;
createInviteLink(groupId);
}
GroupType groupType;