put back plugin case
This commit is contained in:
parent
cd460e909c
commit
bf91340fd4
1 changed files with 6 additions and 0 deletions
|
|
@ -106,6 +106,12 @@ export async function handleDeepLink(deepLinkUrl: string, intlShape?: IntlShape,
|
|||
showPermalink(existingServerUrl, deepLinkData.teamName, deepLinkData.postId);
|
||||
break;
|
||||
}
|
||||
case DeepLink.Plugin: {
|
||||
// https://mattermost.atlassian.net/browse/MM-49846
|
||||
// const deepLinkData = parsed.data as DeepLinkPlugin;
|
||||
// showModal('PluginInternal', deepLinkData.id, {link: location});
|
||||
break;
|
||||
}
|
||||
}
|
||||
return {error: false};
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue