diff options
author | Erik Johnston <erik@matrix.org> | 2015-10-14 09:49:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-10-14 09:49:00 +0100 |
commit | 1d9e109820c1aec7193278b2b26042259329c144 (patch) | |
tree | 6b7f6fa5a2972f0f2731f376ca6bc358a049659a /synapse/handlers/search.py | |
parent | Add TODO markers (diff) | |
download | synapse-1d9e109820c1aec7193278b2b26042259329c144.tar.xz |
More TODO markers
Diffstat (limited to 'synapse/handlers/search.py')
-rw-r--r-- | synapse/handlers/search.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/handlers/search.py b/synapse/handlers/search.py index 79c1569868..8140c0b9d4 100644 --- a/synapse/handlers/search.py +++ b/synapse/handlers/search.py @@ -104,6 +104,9 @@ class SearchHandler(BaseHandler): user.to_string(), event_map.values() ) + # TODO: Filter allowed_events + # TODO: Add a limit + time_now = self.clock.time_msec() results = { |