diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-01-27 17:48:13 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-01-27 17:48:13 +0000 |
commit | 54e513b4e6b5c644b9a2aeb02cef8258e87ae26a (patch) | |
tree | 2017cda9f2180bbf97eae8eae45e29b28107a9cb /synapse/api | |
parent | Have the Filtering API return Deferreds, so we can do the Datastore implement... (diff) | |
download | synapse-54e513b4e6b5c644b9a2aeb02cef8258e87ae26a.tar.xz |
Move storage of user filters into real datastore layer; now have to mock it out in the REST-level tests
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/filtering.py | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/synapse/api/filtering.py b/synapse/api/filtering.py |