summary refs log tree commit diff
path: root/synapse/federation/units.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-11-13 15:48:51 +0000
committerMark Haines <mark.haines@matrix.org>2014-11-13 15:49:03 +0000
commit8d8a133c89925086452bdec9739db589f0715363 (patch)
tree39e872188551485c3c3299fd4bd52a40fbe4427b /synapse/federation/units.py
parentMigrate random bits of desktop notification logic out of roomController and i... (diff)
downloadsynapse-8d8a133c89925086452bdec9739db589f0715363.tar.xz
SYN-103: Remove "origin" and "destination" keys from edus
Diffstat (limited to 'synapse/federation/units.py')
-rw-r--r--synapse/federation/units.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/synapse/federation/units.py b/synapse/federation/units.py

index f4e7b62bd9..70412439cd 100644 --- a/synapse/federation/units.py +++ b/synapse/federation/units.py
@@ -122,11 +122,10 @@ class Edu(JsonEncodedObject): "edu_type", ] -# TODO: SYN-103: Remove "origin" and "destination" keys. -# internal_keys = [ -# "origin", -# "destination", -# ] + internal_keys = [ + "origin", + "destination", + ] class Transaction(JsonEncodedObject):