We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NetworkConnector
1 parent f35c2d7 commit dfec8a0Copy full SHA for dfec8a0
pkg/connector/connector.go
@@ -39,6 +39,10 @@ func (gc *GChatConnector) GetCapabilities() *bridgev2.NetworkGeneralCapabilities
39
return &bridgev2.NetworkGeneralCapabilities{}
40
}
41
42
+func (gc *GChatConnector) GetBridgeInfoVersion() (info, caps int) {
43
+ return 1, 1
44
+}
45
+
46
func (gc *GChatConnector) GetConfig() (example string, data any, upgrader configupgrade.Upgrader) {
47
return "", nil, nil
48
0 commit comments