mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
e2e1d90a5e
When we get a partial_state response from send_join, store information in the database about it: * store a record about the room as a whole having partial state, and stash the list of member servers too. * flag the join event itself as having partial state * also, for any new events whose prev-events are partial-stated, note that they will *also* be partial-stated. We don't yet make any attempt to interpret this data, so API calls (and a bunch of other things) are just going to get incorrect data. |
||
---|---|---|
.. | ||
01event_columns.sql | ||
02_msc2409_add_device_id_appservice_stream_type.sql | ||
03_delete_account_data_for_deactivated_accounts.sql | ||
04_refresh_tokens_index_next_token_id.sql | ||
04partial_state_rooms.sql | ||
05_delete_non_strings_from_event_search.sql.sqlite | ||
05partial_state_rooms_triggers.py |