diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-30 14:57:04 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-30 14:57:04 +0000 |
commit | 8bc3066e0b2abb2199143dd4e22a386291815a2d (patch) | |
tree | 24aa2af8184fb1fc66189ec59bce0929c6395108 /synapse/storage | |
parent | Check if the user has joined the room between incremental syncs (diff) | |
parent | Use 'in' to test if the key exists, remove unused _filters_for_user (diff) | |
download | synapse-8bc3066e0b2abb2199143dd4e22a386291815a2d.tar.xz |
Merge branch 'client_v2_filter' into client_v2_sync
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/filtering.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/storage/filtering.py b/synapse/storage/filtering.py index cb01c2040f..e86eeced45 100644 --- a/synapse/storage/filtering.py +++ b/synapse/storage/filtering.py @@ -20,10 +20,6 @@ from ._base import SQLBaseStore import json -# TODO(paul) -_filters_for_user = {} - - class FilteringStore(SQLBaseStore): @defer.inlineCallbacks def get_user_filter(self, user_localpart, filter_id): |