fix(bluebubbles): increase inbound message debounce time for URL previews

This commit is contained in:
Tyler Yust
2026-01-26 13:23:56 -08:00
committed by Tyler Yust
parent 6d26971051
commit 420e5299d2

View File

@@ -264,7 +264,7 @@ type BlueBubblesDebounceEntry = {
* This helps combine URL text + link preview balloon messages that BlueBubbles
* sends as separate webhook events.
*/
const DEFAULT_INBOUND_DEBOUNCE_MS = 100;
const DEFAULT_INBOUND_DEBOUNCE_MS = 350;
/**
* Known URLBalloonProvider bundle IDs that indicate a rich link preview message.