mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-07 13:55:19 +01:00
18a76ffb49
Creating/destroying notifications too quickly in testing on macOS would result in them sticking around forever, requiring manual user dismissal. We want to dismiss them for the user when we close or our window is activated. So now we debounce() calls to our notifications code.