mirror of https://github.com/watcha-fr/synapse
Fix `ModuleApi.looping_background_call` for non-async functions (#11524)
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.code_spécifique_watcha
parent
b1ecd19c5d
commit
eccc49d755
@ -0,0 +1 @@ |
||||
Fix a regression in Synapse 1.48.0 where the module API's `looping_background_call` method would spam errors to the logs when given a non-async function. |
Loading…
Reference in new issue