mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Save to Profile / Archive / Delete in list.
This commit is contained in:
@@ -1298,6 +1298,8 @@ void Stories::togglePinnedList(
|
||||
const auto loaded = saved.loaded;
|
||||
const auto lastId = !saved.ids.list.empty()
|
||||
? saved.ids.list.back()
|
||||
: saved.lastId
|
||||
? saved.lastId
|
||||
: std::numeric_limits<StoryId>::max();
|
||||
auto dirty = false;
|
||||
for (const auto &id : result.v) {
|
||||
|
Reference in New Issue
Block a user