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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user