mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix crash in stickers.
This commit is contained in:
@@ -3344,7 +3344,7 @@ void ApiWrap::readFeaturedSetDelayed(uint64 setId) {
|
||||
}
|
||||
|
||||
void ApiWrap::readFeaturedSets() {
|
||||
auto &sets = _session->data().stickerSetsRef();
|
||||
const auto &sets = _session->data().stickerSets();
|
||||
auto count = _session->data().featuredStickerSetsUnreadCount();
|
||||
QVector<MTPlong> wrappedIds;
|
||||
wrappedIds.reserve(_featuredSetsRead.size());
|
||||
|
Reference in New Issue
Block a user