Stop clearing notifications when new notifications are received

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
Claudio Cambra 2022-07-13 20:23:46 +02:00
parent d4753865a9
commit 8dfe1647ed

View file

@ -114,8 +114,6 @@ void User::showDesktopNotification(const QString &title, const QString &message,
void User::slotBuildNotificationDisplay(const ActivityList &list)
{
_activityModel->clearNotifications();
const auto multipleAccounts = AccountManager::instance()->accounts().count() > 1;
ActivityList toNotifyList;