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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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