synapse-product/synapse/storage/databases/main
Patrick Cloke ab8047b4bf
Apply & bundle edits for non-message events. (#14034)
Fixes two related bugs:

* No edit information was bundled for events which aren't `m.room.message`.
* `m.new_content` was not applied for those events.
2022-10-07 15:27:50 +00:00
..
__init__.py
account_data.py
appservice.py
cache.py
censor_events.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py
event_push_actions.py Use threaded receipts when fetching events for push. (#13878) 2022-10-04 12:07:02 -04:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py
events.py
filtering.py
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py
push_rule.py Disable pushing for server ACL events (MSC3786). (#13997) 2022-10-04 07:08:27 -04:00
pusher.py
receipts.py
registration.py
rejections.py
relations.py Apply & bundle edits for non-message events. (#14034) 2022-10-07 15:27:50 +00:00
room_batch.py
room.py Fix handling of public rooms filter with a network tuple. (#14053) 2022-10-05 12:49:52 +00:00
roommember.py
search.py
session.py
signatures.py
state_deltas.py
state.py
stats.py
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py
user_erasure_store.py