activateMemberInGroup
abstract suspend fun activateMemberInGroup(group: MimiGroup, member: MimiGroupMember): MimiGroup
Content copied to clipboard
Activates a MimiGroupMember of a MimiGroup, updates GroupController.mimiGroups and if necessary GroupController.activeGroup
Return
the updated MimiGroup
Parameters
member
the MimiGroupMember to be activated
Throws
if group with given id does not exist
if member is not in the group