mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Moved public var indicating stickers presence to private in PhotoData.
This commit is contained in:
@@ -414,7 +414,7 @@ public:
|
||||
const QByteArray &fileReference,
|
||||
TimeId date,
|
||||
int32 dc,
|
||||
bool hasSticker,
|
||||
bool hasStickers,
|
||||
const QByteArray &inlineThumbnailBytes,
|
||||
const ImageWithLocation &small,
|
||||
const ImageWithLocation &thumbnail,
|
||||
@@ -685,7 +685,7 @@ private:
|
||||
const QByteArray &fileReference,
|
||||
TimeId date,
|
||||
int32 dc,
|
||||
bool hasSticker,
|
||||
bool hasStickers,
|
||||
const QByteArray &inlineThumbnailBytes,
|
||||
const ImageWithLocation &small,
|
||||
const ImageWithLocation &thumbnail,
|
||||
|
Reference in New Issue
Block a user