Don't update new notifications

This commit is contained in:
Nicolas Fella 2019-06-17 21:31:00 +00:00
parent f64bc76f8b
commit 05b34fdcf5

View file

@ -89,8 +89,8 @@ void NotificationsDbusInterface::processPacket(const NetworkPacket& np)
} else {
QString pubId = m_internalIdToPublicId.value(id);
noti = m_notifications.value(pubId);
noti->update(np);
}
noti->update(np);
}
void NotificationsDbusInterface::addNotification(Notification* noti)