diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-01-28 17:42:19 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-01-28 17:42:19 +0000 |
commit | 11634017f47779d784325da5513517ad76b0dbc1 (patch) | |
tree | 9dd0f9238ca1b126dbc3d10c5fb3b46607ccab7b /synapse | |
parent | Add filter JSON sanity checks. (diff) | |
download | synapse-11634017f47779d784325da5513517ad76b0dbc1.tar.xz |
s/definition/filter_json/ since definition is now used to mean a component of the filter, rather than the complete json
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/filtering.py | 4 | ||||
-rw-r--r-- | synapse/storage/schema/filtering.sql | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/synapse/storage/filtering.py b/synapse/storage/filtering.py |