2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Jump-to-scheduled on video processing.

This commit is contained in:
John Preston
2024-10-29 13:20:42 +04:00
parent b9ebb02e72
commit 3137c9f3f7
15 changed files with 120 additions and 18 deletions

View File

@@ -4813,6 +4813,14 @@ void Session::viewTagsChanged(
}
}
void Session::sentToScheduled(SentToScheduled value) {
_sentToScheduled.fire(std::move(value));
}
rpl::producer<SentToScheduled> Session::sentToScheduled() const {
return _sentToScheduled.events();
}
void Session::clearLocalStorage() {
_cache->close();
_cache->clear();