0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-08 11:54:53 +02:00
synapse/changelog.d/10690.bugfix
Kokokokoka e704cc2a48
In _purge_history_txn, ensure that txn.fetchall has elements before accessing rows (#10690)
This change adds a check for row existence before accessing row element, this should fix issue #10669
Signed-off-by: Vasya Boytsov vasiliy.boytsov@phystech.edu
2021-09-24 09:19:51 +00:00

2 lines
123 B
Plaintext

Fix a long-standing bug that caused an `AssertionError` when purging history in certain rooms. Contributed by @Kokokokoka.