forked-synapse/synapse/api
Brendan Abolivier 54dd5dc12b
Add ephemeral messages support (MSC2228) (#6409)
Implement part [MSC2228](https://github.com/matrix-org/matrix-doc/pull/2228). The parts that differ are:

* the feature is hidden behind a configuration flag (`enable_ephemeral_messages`)
* self-destruction doesn't happen for state events
* only implement support for the `m.self_destruct_after` field (not the `m.self_destruct` one)
* doesn't send synthetic redactions to clients because for this specific case we consider the clients to be able to destroy an event themselves, instead we just censor it (by pruning its JSON) in the database
2019-12-03 19:19:45 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Remove usage of deprecated logger.warn method from codebase (#6271) 2019-10-31 10:23:24 +00:00
constants.py Add ephemeral messages support (MSC2228) (#6409) 2019-12-03 19:19:45 +00:00
errors.py Replace instance variations of homeserver with correct case/spacing 2019-11-12 13:08:12 +00:00
filtering.py Incorporate review 2019-11-01 16:22:44 +00:00
ratelimiting.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
room_versions.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
urls.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00