From 150de584c348d6317199fd619f0c144464b8f755 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 5 Dec 2017 16:35:46 -0500 Subject: PLT-8131 Bundled zoom plugin (#7947) * Bundled zoom plugin * Update plugin to latest --- app/plugin/zoom/plugin.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/plugin/zoom/plugin.go (limited to 'app/plugin/zoom/plugin.go') diff --git a/app/plugin/zoom/plugin.go b/app/plugin/zoom/plugin.go new file mode 100644 index 000000000..993266bec --- /dev/null +++ b/app/plugin/zoom/plugin.go @@ -0,0 +1,10 @@ +// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +// +build !amd64 !darwin,!linux,!windows + +package zoom + +func Asset(name string) ([]byte, error) { + return nil, nil +} -- cgit v1.2.3-1-g7c22