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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user