mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Support story link previews.
This commit is contained in:
@@ -779,7 +779,7 @@ QString ApiWrap::exportDirectStoryLink(not_null<Data::Story*> story) {
|
||||
const auto fallback = [&] {
|
||||
const auto base = user->username();
|
||||
const auto story = QString::number(storyId.story);
|
||||
const auto query = base + "/s" + story;
|
||||
const auto query = base + "/s/" + story;
|
||||
return session().createInternalLinkFull(query);
|
||||
};
|
||||
const auto i = _unlikelyStoryLinks.find(storyId);
|
||||
|
Reference in New Issue
Block a user