Update OsMoGroups.java
This commit is contained in:
parent
3bfa6dcd42
commit
03b4df51d9
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ public class OsMoGroups implements OsMoReactor, OsmoTrackerListener {
|
|||
} else if(command.equalsIgnoreCase("GROUP_CONNECT")) {
|
||||
group = storage.getGroup(gid);
|
||||
if(group != null) {
|
||||
group.users.clear();
|
||||
mergeGroup(group, obj, true);
|
||||
group.active = true;
|
||||
// connect to all devices in group
|
||||
|
|
Loading…
Reference in a new issue