[mobile] Fix bug 55615
This commit is contained in:
parent
52b9578299
commit
cda3c71b2a
|
@ -44,7 +44,7 @@ export class storeUsers {
|
|||
}
|
||||
}
|
||||
}
|
||||
!changed && change && (this.users[change.asc_getId()] = change);
|
||||
!changed && change && (this.users.push(change));
|
||||
}
|
||||
|
||||
resetDisconnected (isDisconnected) {
|
||||
|
|
Loading…
Reference in a new issue