MatrixSynapse/synapse/handlers
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
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py
appservice.py
auth.py Merge pull request #6335 from matrix-org/erikj/rc_login_cleanups 2019-11-20 09:52:38 +00:00
deactivate_account.py Remove local threepids on account deactivation (#6426) 2019-11-28 10:40:42 +00:00
device.py
devicemessage.py
directory.py Clean up newline quote marks around the codebase (#6362) 2019-11-21 12:00:14 +00:00
e2e_keys.py
e2e_room_keys.py add etag and count to key backup endpoints (#5858) 2019-11-27 16:14:44 -05:00
events.py
federation.py Add ephemeral messages support (MSC2228) (#6409) 2019-12-03 19:19:45 +00:00
groups_local.py
identity.py
initial_sync.py
message.py Add ephemeral messages support (MSC2228) (#6409) 2019-12-03 19:19:45 +00:00
pagination.py Merge branch 'develop' into babolivier/message_retention 2019-11-26 17:53:57 +00:00
presence.py
profile.py Replace instance variations of homeserver with correct case/spacing 2019-11-12 13:08:12 +00:00
read_marker.py
receipts.py
register.py Replace instance variations of homeserver with correct case/spacing 2019-11-12 13:08:12 +00:00
room.py Transfer power level state events on room upgrade (#6237) 2019-12-02 15:11:32 +00:00
room_list.py
room_member.py Propagate reason in remotely rejected invites 2019-11-28 11:31:56 +00:00
room_member_worker.py Propagate reason in remotely rejected invites 2019-11-28 11:31:56 +00:00
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py
sync.py
typing.py Replace instance variations of homeserver with correct case/spacing 2019-11-12 13:08:12 +00:00
user_directory.py