mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Fix panic on verifySigError in fetching missing events
This commit is contained in:
parent
beaf4cc00f
commit
135b5e264f
@ -872,7 +872,7 @@ func (t *txnReq) lookupMissingStateViaStateIDs(ctx context.Context, roomID, even
|
||||
h, err = t.lookupEvent(ctx, roomVersion, missingEventID, false)
|
||||
switch err.(type) {
|
||||
case verifySigError:
|
||||
break
|
||||
return
|
||||
case nil:
|
||||
break
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user