mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 23:13:11 +02:00
Fixed wrong duplicated gifts in button from shared media section.
This commit is contained in:
parent
950659b29d
commit
71f3a1f7cf
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ void RecentSharedMediaGifts::request(
|
|||
auto &entry = _recent[peer->id];
|
||||
entry.lastRequestTime = crl::now();
|
||||
entry.requestId = 0;
|
||||
entry.ids = {};
|
||||
|
||||
auto conter = 0;
|
||||
for (const auto &gift : data.vgifts().v) {
|
||||
|
|
Loading…
Add table
Reference in a new issue