mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
All mtproto downloads using DownloadMtprotoTask.
This commit is contained in:
@@ -65,7 +65,7 @@ std::unique_ptr<Manager> Create(System *system) {
|
||||
Manager::Manager(System *system)
|
||||
: Notifications::Manager(system)
|
||||
, _inputCheckTimer([=] { checkLastInput(); }) {
|
||||
subscribe(system->session().downloader().taskFinished(), [this] {
|
||||
subscribe(system->session().downloaderTaskFinished(), [this] {
|
||||
for (const auto ¬ification : _notifications) {
|
||||
notification->updatePeerPhoto();
|
||||
}
|
||||
|
Reference in New Issue
Block a user