mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 08:24:25 +01:00
Add FIXME note.
This commit is contained in:
parent
0f48e22ef6
commit
4ff2273b30
1 changed files with 2 additions and 0 deletions
|
@ -716,6 +716,8 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
context.rejected = RejectedReason.AUTH_ERROR
|
||||
|
||||
# FIXME: Don't store as rejected with AUTH_ERROR if we haven't
|
||||
# seen all the auth events.
|
||||
yield self.store.persist_event(
|
||||
event,
|
||||
context=context,
|
||||
|
|
Loading…
Reference in a new issue