diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-02-10 17:58:36 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-02-10 17:58:36 +0000 |
commit | 84a769cdb7321481954c386a040d7e7ff504d02b (patch) | |
tree | b0514f19b1f44c01d2e88a188c1a764299185c0c /synapse/rest/client/v2_alpha | |
parent | Log all the exits from _attempt_new_transaction (diff) | |
download | synapse-84a769cdb7321481954c386a040d7e7ff504d02b.tar.xz |
Fix code-style
Diffstat (limited to 'synapse/rest/client/v2_alpha')
-rw-r--r-- | synapse/rest/client/v2_alpha/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py index 81d5cf8ead..3056ec45cf 100644 --- a/synapse/rest/client/v2_alpha/sync.py +++ b/synapse/rest/client/v2_alpha/sync.py @@ -118,7 +118,7 @@ class SyncRestServlet(RestServlet): except: filter = Filter({}) # filter = filter.apply_overrides(http_request) - #if filter.matches(event): + # if filter.matches(event): # # stuff sync_config = SyncConfig( |