Wait for a sync to finish before sending Matrix->LINE message #26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Sending a message in a portal while a sync operation is ongoing interferes with Puppeteer's navigation, resulting in a "failed to bridge" notice being sent back. The message does actually get bridged, though.
To simplify this, the bridge should simply wait for sync operations to finish before handling new outgoing messages.