forked-synapse/synapse/rest/client/v2_alpha
Mark Haines 93ed31dda2 Create a separate filter object to do the actual filtering, so that we can
split the storage and management of filters from the actual filter code
and don't have to load a filter from the db each time we filter an event
2015-01-29 17:45:07 +00:00
..
__init__.py Initial minimal attempt at /user/:user_id/filter API - in-memory storage, no actual filter implementation 2015-01-26 14:33:30 +00:00
_base.py Add client v2_alpha resource to synapse server resource tree 2015-01-23 18:55:19 +00:00
filter.py Create a separate filter object to do the actual filtering, so that we can 2015-01-29 17:45:07 +00:00