Skip to content

Commit

Permalink
re-instate the old way to deal with status
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaure committed Feb 29, 2024
1 parent 4c78fd6 commit f8c3968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rocketchataccount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ void RocketChatAccount::setUserStatusChanged(const QJsonArray &array)
User user;
user.parseUser(userListArguments);
if (user.isValid()) {
// userStatusChanged(user);
userStatusChanged(user);
if (user.userId() != userId()) {
mUserModel->addUser(user);
mRoomModel->userStatusChanged(user);
Expand Down

0 comments on commit f8c3968

Please sign in to comment.