mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
NB Broken! Notifications refactored to Manager, only Windows working.
This commit is contained in:
@@ -479,7 +479,6 @@ void DialogsInner::removeDialog(History *history) {
|
||||
if (importantDialogs) {
|
||||
history->removeFromChatList(Dialogs::Mode::Important, importantDialogs.get());
|
||||
}
|
||||
history->clearNotifications();
|
||||
if (App::wnd()) App::wnd()->notifyClear(history);
|
||||
if (contacts->contains(history->peer->id)) {
|
||||
if (!contactsNoDialogs->contains(history->peer->id)) {
|
||||
|
Reference in New Issue
Block a user