mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix boost group link handling for forums.
This commit is contained in:
parent
63f66a1369
commit
56080bd0e4
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ void SessionNavigation::showPeerByLinkResolved(
|
||||||
info.messageId,
|
info.messageId,
|
||||||
commentId->id,
|
commentId->id,
|
||||||
params);
|
params);
|
||||||
} else if (peer->isForum()) {
|
} else if (peer->isForum() && resolveType != ResolveType::Boost) {
|
||||||
const auto itemId = info.messageId;
|
const auto itemId = info.messageId;
|
||||||
if (!itemId) {
|
if (!itemId) {
|
||||||
parentController()->showForum(peer->forum(), params);
|
parentController()->showForum(peer->forum(), params);
|
||||||
|
|
Loading…
Add table
Reference in a new issue