2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Request default and recent emoji statuses.

This commit is contained in:
John Preston
2022-08-30 19:21:14 +04:00
parent b2d72e2541
commit 923e725e18
15 changed files with 549 additions and 87 deletions

View File

@@ -28,6 +28,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "data/data_channel.h"
#include "data/data_chat_filters.h"
#include "data/data_cloud_themes.h"
#include "data/data_emoji_statuses.h"
#include "data/data_group_call.h"
#include "data/data_drafts.h"
#include "data/data_histories.h"
@@ -2388,7 +2389,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
} break;
case mtpc_updateRecentEmojiStatuses: {
// #TODO emoji_status
session().data().emojiStatuses().refreshRecentDelayed();
} break;
case mtpc_updateRecentReactions: {