00b58bce71
Fixes: #1393.
12 lines
214 B
Go
12 lines
214 B
Go
package bridgemap
|
|
|
|
import (
|
|
"github.com/42wim/matterbridge/bridge"
|
|
)
|
|
|
|
var (
|
|
FullMap = map[string]bridge.Factory{}
|
|
UserTypingSupport = map[string]struct{}{}
|
|
NoticeSupport = map[string]struct{}{}
|
|
)
|