mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Fix direct story links for channels.
This commit is contained in:
@@ -502,7 +502,7 @@ void SessionNavigation::showPeerByLinkResolved(
|
||||
info.messageId,
|
||||
callback);
|
||||
}
|
||||
} else if (peer->isUser() && info.storyId) {
|
||||
} else if (info.storyId) {
|
||||
const auto storyId = FullStoryId{ peer->id, info.storyId };
|
||||
peer->owner().stories().resolve(storyId, crl::guard(this, [=] {
|
||||
if (peer->owner().stories().lookup(storyId)) {
|
||||
|
Reference in New Issue
Block a user