mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 06:16:57 +00:00
eccc49d755
After #10847, `looping_background_call` would print an error in the logs every time a non-async function was called. Since the error would be caught and ignored immediately, there were no other side effects.