mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Add comments
This commit is contained in:
parent
a61e4522b5
commit
2e9ee30969
2 changed files with 6 additions and 0 deletions
|
@ -1930,6 +1930,9 @@ class FederationHandler(BaseHandler):
|
|||
"Could not find invite event for third_party_invite: %r",
|
||||
event_dict
|
||||
)
|
||||
# We don't discard here as this is not the appropriate place to do
|
||||
# auth checks. If we need the invite and don't have it then the
|
||||
# auth check code will explode appropriately.
|
||||
|
||||
builder = self.event_builder_factory.new(event_dict)
|
||||
EventValidator().validate_new(builder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue