Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(friendlist): don't update friend's last activity on every start
Browse files Browse the repository at this point in the history
Fix #5035
  • Loading branch information
anthonybilinski committed May 17, 2019
1 parent 3f92210 commit 5f40ed8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widget/widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,6 @@ void Widget::addFriend(uint32_t friendId, const ToxPk& friendPk)

FilterCriteria filter = getFilterCriteria();
widget->search(ui->searchContactText->text(), filterOffline(filter));

updateFriendActivity(newfriend);
}

void Widget::addFriendFailed(const ToxPk&, const QString& errorInfo)
Expand Down

0 comments on commit 5f40ed8

Please sign in to comment.