mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Don't store MTPInputStickerSet in data.
This commit is contained in:
@@ -70,7 +70,7 @@ bool ShowStickerSet(
|
||||
Core::App().hideMediaView();
|
||||
controller->show(Box<StickerSetBox>(
|
||||
controller,
|
||||
MTP_inputStickerSetShortName(MTP_string(match->captured(1)))));
|
||||
StickerSetIdentifier{ .shortName = match->captured(1) }));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user