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

Add message link to channel star transaction info.

This commit is contained in:
John Preston
2024-11-01 16:43:36 +04:00
parent e1b33fbc40
commit a333615e53
6 changed files with 15 additions and 3 deletions

View File

@@ -1168,7 +1168,9 @@ void AddCreditsHistoryEntryTable(
});
AddTableRow(
table,
tr::lng_credits_box_history_entry_media(),
(entry.reaction
? tr::lng_credits_box_history_entry_message
: tr::lng_credits_box_history_entry_media)(),
std::move(label),
st::giveawayGiftCodeValueMargin);
}