Mattermost-server: Support goto_location on mobile

Created on 6 Aug 2020  路  1Comment  路  Source: mattermost/mattermost-server

When a slash command replies with a goto_location parameter, the mobile app should launch the user鈥檚 browser and send them to that location. The following semantics apply:

  • If the url is absolute, but starts with the currently configured server URL, treat it as a relative URL. Otherwise, open the browser to that URL.
  • If the url is relative and points at a channel name (including a DM or GM), then open that channel.
  • If the url is relative and not handled above, then open the browser to that URL.

If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-27123

AreToolkit Medium Help Wanted PR Exists TecReact Native

Most helpful comment

I already had a tackle on this, but forgot to update the Jira issue. Here is the PR: https://github.com/mattermost/mattermost-mobile/pull/4620

>All comments

I already had a tackle on this, but forgot to update the Jira issue. Here is the PR: https://github.com/mattermost/mattermost-mobile/pull/4620

Was this page helpful?
0 / 5 - 0 ratings