Skip to content

Commit dfec8a0

Browse files
committed
connector: update NetworkConnector implementation
1 parent f35c2d7 commit dfec8a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/connector/connector.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ func (gc *GChatConnector) GetCapabilities() *bridgev2.NetworkGeneralCapabilities
3939
return &bridgev2.NetworkGeneralCapabilities{}
4040
}
4141

42+
func (gc *GChatConnector) GetBridgeInfoVersion() (info, caps int) {
43+
return 1, 1
44+
}
45+
4246
func (gc *GChatConnector) GetConfig() (example string, data any, upgrader configupgrade.Upgrader) {
4347
return "", nil, nil
4448
}

0 commit comments

Comments
 (0)