Fixes MM-22411 : Have the same default protocols as the server in the autolink plugin #1273 (#1338)

* added missing protocols

* push for rerunning ci
This commit is contained in:
Md_ZubairAhmed
2020-07-30 14:21:50 +05:30
committed by GitHub
parent 96597332a0
commit 1b87636818

View File

@@ -23,7 +23,12 @@
{ {
"name": "Mattermost", "name": "Mattermost",
"schemes": [ "schemes": [
"mattermost" "mattermost",
"http",
"https",
"ftp",
"mailto",
"tel"
] ]
} }
], ],