mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix t.me/share links.
Regression was introduced in ffc20e4492
.
Fixes #4099.
This commit is contained in:
@@ -190,7 +190,10 @@ public:
|
||||
void noHider(HistoryHider *destroyed);
|
||||
bool setForwardDraft(PeerId peer, ForwardWhatMessages what);
|
||||
bool setForwardDraft(PeerId peer, const SelectedItemSet &items);
|
||||
bool onShareUrl(const PeerId &peer, const QString &url, const QString &text);
|
||||
bool shareUrl(
|
||||
not_null<PeerData*> peer,
|
||||
const QString &url,
|
||||
const QString &text);
|
||||
bool onInlineSwitchChosen(const PeerId &peer, const QString &botAndQuery);
|
||||
void onShareContact(const PeerId &peer, UserData *contact);
|
||||
bool onSendPaths(const PeerId &peer);
|
||||
|
Reference in New Issue
Block a user