diff --git a/bridge/bridge.go b/bridge/bridge.go index ef7c0816..a3efae63 100644 --- a/bridge/bridge.go +++ b/bridge/bridge.go @@ -7,6 +7,7 @@ package bridge import ( + "context" "encoding/json" "errors" "fmt" @@ -219,6 +220,7 @@ type Crypto interface { Stop() Reset(startAfterReset bool) Client() *mautrix.Client + ShareKeys(context.Context) error } func (br *Bridge) GenerateRegistration() {