2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Request correct saved/default reaction tags.

This commit is contained in:
John Preston
2024-01-04 11:47:59 +04:00
parent 9b43d204e2
commit 9aacff8b54
5 changed files with 227 additions and 14 deletions

View File

@@ -2508,6 +2508,10 @@ void Updates::feedUpdate(const MTPUpdate &update) {
session().data().reactions().refreshRecentDelayed();
} break;
case mtpc_updateSavedReactionTags: {
session().data().reactions().refreshMyTagsDelayed();
} break;
////// Cloud saved GIFs
case mtpc_updateSavedGifs: {
session().data().stickers().setLastSavedGifsUpdate(0);