2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +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

@@ -786,6 +786,8 @@ void ReceiptCreditsBox(
? session->data().peer(PeerId(s.barePeerId)).get()
: (e.peerType == Type::PremiumBot)
? nullptr
: e.bareActorId
? session->data().peer(PeerId(e.bareActorId)).get()
: e.barePeerId
? session->data().peer(PeerId(e.barePeerId)).get()
: nullptr;