diff --git a/mycoserver/group.py b/mycoserver/group.py index bb43fc6..564faef 100644 --- a/mycoserver/group.py +++ b/mycoserver/group.py @@ -46,6 +46,9 @@ class GroupList(object): ret.groups[uuid]=self.groups[uuid].sync(groups.groups[uuid]) else: ret.groups[uuid]=groups.groups[uuid] + for uuid in self.groups: + if uuid not in ret.groups: + ret.groups[uuid]=self.groups[uuid] return ret