diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-10-27 11:19:15 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-10-27 11:19:15 +0000 |
commit | 5e2236f9ffe3a66bbe0ff37b1793e8fa59a1c475 (patch) | |
tree | d1b2661f80d38cdf2b29c18fe064b03204761376 /synapse/federation | |
parent | Merge branch 'develop' into event_signing (diff) | |
download | synapse-5e2236f9ffe3a66bbe0ff37b1793e8fa59a1c475.tar.xz |
fix pyflakes warnings
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/units.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/federation/units.py b/synapse/federation/units.py index b779d259bd..adc3385644 100644 --- a/synapse/federation/units.py +++ b/synapse/federation/units.py @@ -155,6 +155,8 @@ class Pdu(JsonEncodedObject): return Pdu( prev_pdus=prev_pdus, + hashes=hashes, + signatures=signatures, **args ) else: |