diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-25 17:33:26 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-25 19:06:05 +0000 |
commit | f173d40a32cba919e088917fe42ac300a10e0ad2 (patch) | |
tree | cebf04d653455e4664ea583cce57b3b27963842b | |
parent | Store the rejected reason in (Frozen)Event structs (diff) | |
download | synapse-f173d40a32cba919e088917fe42ac300a10e0ad2.tar.xz |
Use FrozenEvent's reject_reason to decide whether to return it; don't include allow_rejected in the main getEvents cache key
-rw-r--r-- | synapse/storage/_base.py | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py |