summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-30 14:57:04 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-30 14:57:04 +0000
commit8bc3066e0b2abb2199143dd4e22a386291815a2d (patch)
tree24aa2af8184fb1fc66189ec59bce0929c6395108 /synapse/storage
parentCheck if the user has joined the room between incremental syncs (diff)
parentUse 'in' to test if the key exists, remove unused _filters_for_user (diff)
downloadsynapse-8bc3066e0b2abb2199143dd4e22a386291815a2d.tar.xz
Merge branch 'client_v2_filter' into client_v2_sync
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/filtering.py4
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):