diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-21 15:06:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-21 15:06:00 +0100 |
commit | 063e1b22e62915ec77bfd3cb9477c29600acb568 (patch) | |
tree | fc577d2546d0b8eda865253672825e7ca7d9b475 /synapse/api | |
parent | Wait for getting a Join in response to an invite/join dance. (diff) | |
download | synapse-063e1b22e62915ec77bfd3cb9477c29600acb568.tar.xz |
Stop internal keys from getting into SynapseEvents
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/events/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/events/__init__.py b/synapse/api/events/__init__.py index 921fd08832..aa04dbece7 100644 --- a/synapse/api/events/__init__.py +++ b/synapse/api/events/__init__.py @@ -51,6 +51,7 @@ class SynapseEvent(JsonEncodedObject): "depth", "destinations", "origin", + "outlier", ] required_keys = [ |