mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Move requestDialogEntry to Histories.
This commit is contained in:
@@ -569,7 +569,7 @@ void DocumentData::validateLottieSticker() {
|
||||
void DocumentData::setDataAndCache(const QByteArray &data) {
|
||||
setData(data);
|
||||
if (saveToCache() && data.size() <= Storage::kMaxFileInMemory) {
|
||||
session().data().cache().put(
|
||||
owner().cache().put(
|
||||
cacheKey(),
|
||||
Storage::Cache::Database::TaggedValue(
|
||||
base::duplicate(data),
|
||||
|
||||
Reference in New Issue
Block a user