4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 06:29:24 +00:00

Add support for mattermost v6

This commit is contained in:
Wim
2021-10-16 23:11:51 +02:00
parent 20f6c05ec5
commit b56f80b1b8
4 changed files with 409 additions and 36 deletions

View File

@ -1,9 +1,11 @@
//go:build cgo
// +build cgo
package helper
import (
"fmt"
"github.com/Benau/tgsconverter/libtgsconverter"
"github.com/sirupsen/logrus"
)