Keep webhook open when Matrix client disconnects #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, it seems that the webhook http server does not respond to queries while the Matrix client is not running with
self.nio.sync_forever
.A way to replicate this
Then send a
!whoami
message, and the bot disconnects. Calls to the webhook block until it connects again.