mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 10:47:51 -04:00
Fix bug where we clobbered old state group values
This commit is contained in:
parent
cabead6194
commit
1d2a0040cf
3 changed files with 13 additions and 2 deletions
|
@ -220,7 +220,8 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
room_id=event.room_id,
|
||||
)
|
||||
|
||||
self._store_state_groups_txn(txn, event, context)
|
||||
if not outlier:
|
||||
self._store_state_groups_txn(txn, event, context)
|
||||
|
||||
if current_state:
|
||||
txn.execute(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue