mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix build with simplified ads.
This commit is contained in:
parent
d33e3dc13a
commit
4b98ab1246
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue