diff --git a/src/model/group.cpp b/src/model/group.cpp index a9867bfd5..bd4298796 100644 --- a/src/model/group.cpp +++ b/src/model/group.cpp @@ -51,9 +51,8 @@ void Group::updatePeer(int peerId, QString name) if (f != nullptr) { // use the displayed name from the friends list toxpks[peerKey] = f->getDisplayedName(); - } else { - emit userListChanged(groupId, toxpks); } + emit userListChanged(groupId, toxpks); } void Group::setName(const QString& newTitle)