From 1b876368183d2439acc0b83eef4d69f52352b354 Mon Sep 17 00:00:00 2001 From: Md_ZubairAhmed Date: Thu, 30 Jul 2020 14:21:50 +0530 Subject: [PATCH] Fixes MM-22411 : Have the same default protocols as the server in the autolink plugin #1273 (#1338) * added missing protocols * push for rerunning ci --- electron-builder.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 5d30301c..03bb3c2f 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -23,7 +23,12 @@ { "name": "Mattermost", "schemes": [ - "mattermost" + "mattermost", + "http", + "https", + "ftp", + "mailto", + "tel" ] } ],