0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-20 10:08:50 +02:00
synapse/changelog.d/8081.bugfix
Richard van der Hoff 53834bb9c4
Run remove_push_actions_from_staging in foreground (#8081)
If we got an error persisting an event, we would try to remove the push actions
asynchronously, which would lead to a 'Re-starting finished log context'
warning.

I don't think there's any need for this to be asynchronous.
2020-08-13 17:05:31 +01:00

2 lines
87 B
Plaintext

Fix `Re-starting finished log context PUT-nnnn` warning when event persistence failed.