diff --git a/src/addon/mod/forum/providers/discussion-link-handler.ts b/src/addon/mod/forum/providers/discussion-link-handler.ts index 67e87c4cd..e884b6545 100644 --- a/src/addon/mod/forum/providers/discussion-link-handler.ts +++ b/src/addon/mod/forum/providers/discussion-link-handler.ts @@ -45,11 +45,8 @@ export class AddonModForumDiscussionLinkHandler extends CoreContentLinksHandlerB CoreContentLinksAction[] | Promise { data = data || {}; - if (!data.instance) { - // Without the forumId discussions cannot be loaded (from link). - - return []; - } + // On 3.6 downwards, it will open the discussion but without knowing the lock status of the discussion. + // However canreply will be false. return [{ action: (siteId, navCtrl?): void => {