Skip to content

Commit

Permalink
Fix Bug 72371
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Jan 13, 2025
1 parent 6db7d74 commit 96d380a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/common/main/lib/controller/Chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ define([
}
}
}

usersStore[usersStore.size() > 0 ? 'add' : 'reset'](arrUsers);
usersStore.reset(arrUsers);
arrIds.length && Common.UI.ExternalUsers.get('info', arrIds);
}
},
Expand Down

0 comments on commit 96d380a

Please sign in to comment.