chore: register bridge id
This commit is contained in:
parent
b1c6f21ea3
commit
245f5f96db
5 changed files with 52 additions and 33 deletions
|
@ -148,6 +148,7 @@ func (p *Plugin) initBridges(cfg config.Configuration) error {
|
|||
p.API,
|
||||
p.kvstore,
|
||||
&cfg,
|
||||
"xmpp",
|
||||
p.remoteID,
|
||||
)
|
||||
|
||||
|
@ -163,6 +164,7 @@ func (p *Plugin) initBridges(cfg config.Configuration) error {
|
|||
&cfg,
|
||||
p.botUserID,
|
||||
"mattermost",
|
||||
"mattermost",
|
||||
)
|
||||
|
||||
if err := p.bridgeManager.RegisterBridge("mattermost", mattermostBridge); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue