|
@@ -2263,7 +2263,7 @@ String function cmd_group_kick(group_name : String, other_user_name : String):
|
|
|
other_user_id = get_user_id(other_user_name)
|
|
|
if (other_user_id != ""):
|
|
|
Element overlap
|
|
|
- if (bool_not(set_in(allAssociationDestinations(core, other_user_id, "belongsTo"), group_id))):
|
|
|
+ if (set_in(allAssociationDestinations(core, other_user_id, "belongsTo"), group_id)):
|
|
|
overlap = set_overlap(allIncomingAssociationInstances(core, group_id, "belongsTo"), allOutgoingAssociationInstances(core, other_user_id, "belongsTo"))
|
|
|
model_delete_element(core,set_pop(overlap))
|
|
|
|