mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Change Stickers::Set from value to object type.
This commit is contained in:
@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "data/data_session.h"
|
||||
#include "storage/cache/storage_cache_database.h"
|
||||
#include "storage/file_download.h"
|
||||
#include "ui/image/image.h"
|
||||
#include "ui/image/image_source.h"
|
||||
#include "main/main_session.h"
|
||||
|
||||
#include <compare>
|
||||
@@ -74,7 +74,6 @@ void CloudImage::load(FileOrigin origin) {
|
||||
active->set(_session, std::move(result));
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
const ImageLocation &CloudImage::location() const {
|
||||
|
||||
Reference in New Issue
Block a user