More TODO markers
This commit is contained in:
parent
d25b0f65ea
commit
1d9e109820
|
@ -104,6 +104,9 @@ class SearchHandler(BaseHandler):
|
||||||
user.to_string(), event_map.values()
|
user.to_string(), event_map.values()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO: Filter allowed_events
|
||||||
|
# TODO: Add a limit
|
||||||
|
|
||||||
time_now = self.clock.time_msec()
|
time_now = self.clock.time_msec()
|
||||||
|
|
||||||
results = {
|
results = {
|
||||||
|
|
Loading…
Reference in New Issue