MatrixSynapse/synapse
Erik Johnston a27fb7d5ca Don't repeatedly attempt to censor events we don't have.
Currently we don't set `have_censored` column if we don't have the
target event of a redaction, which means we repeatedly attempt to censor
the same non-existant event.

When we persist non-redacted events we unset the `have_censored` column
for any redactions that target said event.
2019-10-01 11:05:48 +01:00
..
_scripts
api Ensure support users can be registered even if MAU limit is reached 2019-09-11 20:48:31 +03:00
app
appservice
config
crypto
events Merge pull request #5805 from matrix-org/erikj/validate_state 2019-08-01 13:45:48 +01:00
federation
groups
handlers
http
logging
metrics
module_api
push
replication
res/templates
rest
server_notices
state
static
storage Don't repeatedly attempt to censor events we don't have. 2019-10-01 11:05:48 +01:00
streams
util
__init__.py
event_auth.py
notifier.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
python_dependencies.py
secrets.py
server.py
server.pyi
types.py
visibility.py