Add command to reset the megolm session in a room
This commit is contained in:
1
main.go
1
main.go
@@ -154,6 +154,7 @@ type Crypto interface {
|
||||
Decrypt(*event.Event) (*event.Event, error)
|
||||
Encrypt(id.RoomID, event.Type, event.Content) (*event.EncryptedEventContent, error)
|
||||
WaitForSession(id.RoomID, id.SenderKey, id.SessionID, time.Duration) bool
|
||||
ResetSession(id.RoomID)
|
||||
Init() error
|
||||
Start()
|
||||
Stop()
|
||||
|
||||
Reference in New Issue
Block a user