MatrixSynapse/synapse
Brendan Abolivier 1dffa78701
Filter events_before and events_after in /context requests
While the current version of the spec doesn't say much about how this endpoint uses filters (see https://github.com/matrix-org/matrix-doc/issues/2338), the current implementation is that some fields of an EventFilter apply (the ones that are used when running the SQL query) and others don't (the ones that are used by the filter itself) because we don't call event_filter.filter(...). This seems counter-intuitive and probably not what we want so this commit fixes it.
2019-11-05 12:21:59 +00:00
..
_scripts
api Merge pull request #6301 from matrix-org/babolivier/msc2326 2019-11-01 17:04:45 +00:00
app Remove the psutil dependency (#6318) 2019-11-05 05:05:48 +11:00
appservice
config
crypto
events
federation
groups
handlers Filter events_before and events_after in /context requests 2019-11-05 12:21:59 +00:00
http
logging
metrics
module_api
push
replication document the REPLICATE command a bit better (#6305) 2019-11-04 12:40:18 +00:00
res/templates
rest Merge pull request #6301 from matrix-org/babolivier/msc2326 2019-11-01 17:04:45 +00:00
server_notices
spam_checker_api
state
static
storage Merge pull request #6301 from matrix-org/babolivier/msc2326 2019-11-01 17:04:45 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py Remove the psutil dependency (#6318) 2019-11-05 05:05:48 +11:00
secrets.py
server.py Remove the psutil dependency (#6318) 2019-11-05 05:05:48 +11:00
server.pyi
types.py
visibility.py