mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Handle forum / topic links.
This commit is contained in:
@@ -343,6 +343,8 @@ void SessionNavigation::showPeerByLinkResolved(
|
||||
info.messageId,
|
||||
commentId->id,
|
||||
params);
|
||||
} else if (peer->isForum()) {
|
||||
parentController()->openForum(peer->asChannel(), params);
|
||||
} else if (bot
|
||||
&& (info.resolveType == ResolveType::AddToGroup
|
||||
|| info.resolveType == ResolveType::AddToChannel
|
||||
|
Reference in New Issue
Block a user