diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-10-22 16:38:03 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-10-22 16:38:03 +0100 |
commit | 9b6f3bc7423008fa2d66d88227675b5c1c11db48 (patch) | |
tree | b20c1a662f6db0724c862d6bf13a2379f4e46a92 | |
parent | Merge pull request #319 from matrix-org/erikj/filter_refactor (diff) | |
download | synapse-9b6f3bc7423008fa2d66d88227675b5c1c11db48.tar.xz |
Support filtering events represented as dicts.
This is useful because the emphemeral events such as presence and typing are represented as dicts inside synapse.
-rw-r--r-- | synapse/api/filtering.py | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/synapse/api/filtering.py b/synapse/api/filtering.py |