Skip to content

Commit

Permalink
fixup! bridge/crypto: add ShareKeys function to CryptoHelper
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <sumner@beeper.com>
  • Loading branch information
sumnerevans committed Aug 3, 2023
1 parent f15a0e9 commit e188814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
package bridge

import (
"context"
"encoding/json"
"errors"
"fmt"
Expand Down Expand Up @@ -219,6 +220,7 @@ type Crypto interface {
Stop()
Reset(startAfterReset bool)
Client() *mautrix.Client
ShareKeys(context.Context) error
}

func (br *Bridge) GenerateRegistration() {
Expand Down

0 comments on commit e188814

Please sign in to comment.