Fix build with simplified ads.

This commit is contained in:
John Preston 2024-04-16 19:31:45 +04:00
parent d33e3dc13a
commit 4b98ab1246
1 changed files with 1 additions and 1 deletions

View File

@ -379,8 +379,8 @@ SponsoredMessages::Details SponsoredMessages::lookupDetails(
return {
.info = std::move(info),
.link = data.link,
.photoId = data.from.photoId,
.buttonText = data.from.buttonText,
.photoId = data.from.photoId,
.backgroundEmojiId = data.from.backgroundEmojiId,
.colorIndex = data.from.colorIndex,
.isLinkInternal = data.from.isLinkInternal,