mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-12 14:51:40 +00:00
Redact the event before verifying its signature
... in the federation invite API.
This commit is contained in:
parent
31f6c21d98
commit
5740cb3e58
@ -73,7 +73,7 @@ func Invite(
|
||||
// Check that the event is signed by the server sending the request.
|
||||
verifyRequests := []gomatrixserverlib.VerifyJSONRequest{{
|
||||
ServerName: event.Origin(),
|
||||
Message: event.JSON(),
|
||||
Message: event.Redact().JSON(),
|
||||
AtTS: event.OriginServerTS(),
|
||||
}}
|
||||
verifyResults, err := keys.VerifyJSONs(verifyRequests)
|
||||
|
Loading…
Reference in New Issue
Block a user