Ensure disabled timer notification is 'to off' not 'to seconds'

pull/1/head
Scott Nonnenberg 8 years ago
parent f5852bb357
commit 5823ae3951

@ -101,7 +101,9 @@
let timerMessage; let timerMessage;
const timerUpdate = this.model.get('expirationTimerUpdate'); const timerUpdate = this.model.get('expirationTimerUpdate');
const prettySeconds = Whisper.ExpirationTimerOptions.getName(seconds); const prettySeconds = Whisper.ExpirationTimerOptions.getName(
seconds || 0
);
if ( if (
timerUpdate && timerUpdate &&

Loading…
Cancel
Save