Update mautrix-go

This commit is contained in:
Tulir Asokan
2021-04-29 23:52:27 +03:00
parent 37da6359a6
commit 2008d3755e
4 changed files with 12 additions and 13 deletions

View File

@ -82,7 +82,7 @@ type MatrixContainer interface {
type Crypto interface {
Load() error
FlushStore() error
ProcessSyncResponse(resp *mautrix.RespSync, since string)
ProcessSyncResponse(resp *mautrix.RespSync, since string) bool
ProcessInRoomVerification(evt *event.Event) error
HandleMemberEvent(*event.Event)
DecryptMegolmEvent(*event.Event) (*event.Event, error)