fix(bluebubbles): increase inbound message debounce time for URL previews
This commit is contained in:
parent
6d26971051
commit
420e5299d2
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ type BlueBubblesDebounceEntry = {
|
||||||
* This helps combine URL text + link preview balloon messages that BlueBubbles
|
* This helps combine URL text + link preview balloon messages that BlueBubbles
|
||||||
* sends as separate webhook events.
|
* 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.
|
* Known URLBalloonProvider bundle IDs that indicate a rich link preview message.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue