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

Show "Star Reaction" in stars statistics.

This commit is contained in:
John Preston
2024-08-06 17:44:40 +02:00
parent afe30da9f4
commit 474c0838d1
6 changed files with 20 additions and 9 deletions

View File

@@ -554,7 +554,7 @@ void ReceiptCreditsBox(
? e.title
: e.gift
? tr::lng_credits_box_history_entry_gift_name(tr::now)
: peer
: (peer && !e.reaction)
? peer->name()
: Ui::GenerateEntryName(e).text),
st::creditsBoxAboutTitle)));