mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
s/VerifyEventSignatures/VerifyAllEventSignatures/
gomatrixserverlib API has been updated
This commit is contained in:
parent
e2f88f3889
commit
58e228fc3a
@ -81,7 +81,7 @@ type txnReq struct {
|
||||
|
||||
func (t *txnReq) processTransaction() (*gomatrixserverlib.RespSend, error) {
|
||||
// Check the event signatures
|
||||
if err := gomatrixserverlib.VerifyEventSignatures(t.context, t.PDUs, t.keys); err != nil {
|
||||
if err := gomatrixserverlib.VerifyAllEventSignatures(t.context, t.PDUs, t.keys); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user