2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Allow setting group stickers set.

This commit is contained in:
John Preston
2017-08-05 12:48:21 +02:00
parent ab35829358
commit f04b25ea26
16 changed files with 140 additions and 87 deletions

View File

@@ -5285,7 +5285,7 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
}
Local::writeInstalledStickers();
if (writeArchived) Local::writeArchivedStickers();
emit stickersUpdated();
Auth().data().stickersUpdated().notify(true);
}
}
}
@@ -5309,7 +5309,7 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
} else {
Global::SetStickerSetsOrder(result);
Local::writeInstalledStickers();
emit stickersUpdated();
Auth().data().stickersUpdated().notify(true);
}
}
} break;