mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 16:50:46 -05:00
Fix 3PID invite exchange
This commit is contained in:
parent
97b863fe32
commit
a6fc6754f8
1 changed files with 1 additions and 1 deletions
|
|
@ -2569,7 +2569,7 @@ class FederationHandler(BaseHandler):
|
|||
event, context = yield self.event_creation_handler.create_new_client_event(
|
||||
builder=builder
|
||||
)
|
||||
EventValidator().validate_new(event)
|
||||
EventValidator().validate_new(event, self.config)
|
||||
return (event, context)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue