mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Handle nice topic / post-in-topic links.
This commit is contained in:
@@ -275,6 +275,9 @@ private:
|
||||
const MTPcontacts_ResolvedPeer &result,
|
||||
Fn<void(not_null<PeerData*>)> done);
|
||||
|
||||
void showMessageByLinkResolved(
|
||||
not_null<HistoryItem*> item,
|
||||
const PeerByLinkInfo &info);
|
||||
void showPeerByLinkResolved(
|
||||
not_null<PeerData*> peer,
|
||||
const PeerByLinkInfo &info);
|
||||
@@ -424,7 +427,7 @@ public:
|
||||
const SectionShow ¶ms = SectionShow::Way::ClearStack,
|
||||
MsgId msgId = ShowAtUnreadMsgId) override;
|
||||
|
||||
void showPeerHistoryAtItem(not_null<const HistoryItem*> item);
|
||||
void showMessage(not_null<const HistoryItem*> item);
|
||||
void cancelUploadLayer(not_null<HistoryItem*> item);
|
||||
|
||||
void showLayer(
|
||||
|
Reference in New Issue
Block a user