can receive from signald groupv2, but nothing else
This commit is contained in:
Peter Molnar
2021-02-27 22:57:48 +00:00
parent 7466e1d014
commit 952af5ceb3
5 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
// +build !nosignald
package bridgemap
import (
bsignald "github.com/42wim/matterbridge/bridge/signald"
)
func init() {
FullMap["signald"] = bsignald.New
}