mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Fix boost group link handling for forums.
This commit is contained in:
@@ -572,7 +572,7 @@ void SessionNavigation::showPeerByLinkResolved(
|
||||
info.messageId,
|
||||
commentId->id,
|
||||
params);
|
||||
} else if (peer->isForum()) {
|
||||
} else if (peer->isForum() && resolveType != ResolveType::Boost) {
|
||||
const auto itemId = info.messageId;
|
||||
if (!itemId) {
|
||||
parentController()->showForum(peer->forum(), params);
|
||||
|
Reference in New Issue
Block a user