Fix reaction emoji disappearing.

This commit is contained in:
John Preston 2023-08-09 10:35:37 +02:00
parent dbe7f42881
commit 88c7b16b44
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ void RecentViews::subscribeToMenuUserpicsLoading(
entry.action->setData({
.text = peer->name(),
.date = entry.date,
.customEntityData = entry.customEntityData,
.userpic = std::move(userpic),
.callback = entry.callback,
});