mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 23:46:52 +00:00
When the last event in a thread is redacted we need to update the threads table: * Find the new latest event in the thread and store it into the table; or * Remove the thread from the table if it is no longer a thread (i.e. all events in the thread were redacted).
1 line
147 B
Text
1 line
147 B
Text
Fix a bug introduced in Synapse 1.70.0rc1 where the information returned from the `/threads` API could be stale when threaded events are redacted.
|