diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-03 11:23:26 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-03 11:23:26 +0000 |
commit | 4ff2273b300c0a40fcf054a613aac24c51af22f1 (patch) | |
tree | 36a4318d32ee972ee1a0ed27e6912ac6cca1200a | |
parent | PEP8 (diff) | |
download | synapse-4ff2273b300c0a40fcf054a613aac24c51af22f1.tar.xz |
Add FIXME note.
-rw-r--r-- | synapse/handlers/federation.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py index 0161fbe49c..322c1b407d 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py @@ -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, |