replace email processing reactions; update deps
This commit is contained in:
2
vendor/maunium.net/go/mautrix/crypto/cross_sign_validation.go
generated
vendored
2
vendor/maunium.net/go/mautrix/crypto/cross_sign_validation.go
generated
vendored
@@ -32,7 +32,7 @@ func (mach *OlmMachine) ResolveTrustContext(ctx context.Context, device *id.Devi
|
||||
}
|
||||
theirMSK, ok := theirKeys[id.XSUsageMaster]
|
||||
if !ok {
|
||||
mach.machOrContextLog(ctx).Error().
|
||||
mach.machOrContextLog(ctx).Debug().
|
||||
Str("user_id", device.UserID.String()).
|
||||
Msg("Master key of user not found")
|
||||
return id.TrustStateUnset, nil
|
||||
|
||||
Reference in New Issue
Block a user