mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-22 11:19:46 +00:00
TimestampView's getRelativeTimeSpanString called moment() twice while calculating the timeout. If there was a minute/hour/day wrap between these 2 calls, the calculated delay was 0 and thus no timer was scheduled, since if (this.delay) evaluated to false. Fixes: #857, #460 // FREEBIE
3.7 KiB
3.7 KiB