MatrixSynapse/synapse/storage
Erik Johnston 58c8ed5b0d
Correctly filter out extremities with soft failed prevs (#5274)
When we receive a soft failed event we, correctly, *do not* update the
forward extremity table with the event. However, if we later receive an
event that references the soft failed event we then need to remove the
soft failed events prev events from the forward extremities table,
otherwise we just build up forward extremities.

Fixes #5269
2019-05-29 11:56:24 +01:00
..
engines
schema Merge pull request #5268 from matrix-org/babolivier/account_validity_fix_schema 2019-05-28 10:30:07 +01:00
util
__init__.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
_base.py Do the select and insert in a single transaction 2019-05-21 13:38:51 +01:00
account_data.py
appservice.py
background_updates.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
events.py Correctly filter out extremities with soft failed prevs (#5274) 2019-05-29 11:56:24 +01:00
events_worker.py Simplifications and comments in do_auth (#5227) 2019-05-23 11:17:42 +01:00
filtering.py
group_server.py
keys.py Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00
media_repository.py
monthly_active_users.py
openid.py
prepare_database.py
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Add startup background job for account validity 2019-05-17 19:37:31 +01:00
rejections.py
relations.py Merge pull request #5203 from matrix-org/erikj/aggregate_by_sender 2019-05-21 17:10:48 +01:00
room.py
roommember.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
search.py
signatures.py
state.py
state_deltas.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
stats.py Fix logging for room stats background update 2019-05-25 12:02:48 -06:00
stream.py Spelling and clarifications 2019-05-17 16:40:51 +01:00
tags.py
transactions.py
user_directory.py
user_erasure_store.py