diff --git a/internal_packages/unread-notifications/lib/main.coffee b/internal_packages/unread-notifications/lib/main.coffee index 9fc58c22b..2c3b621b0 100644 --- a/internal_packages/unread-notifications/lib/main.coffee +++ b/internal_packages/unread-notifications/lib/main.coffee @@ -40,7 +40,7 @@ module.exports = Actions.setFocus(collection: 'thread', item: thread) _notifyMessages: -> - if @stack.length > 5 + if @stack.length >= 5 @_notifyAll() else if @stack.length > 0 @_notifyOne(@stack.pop())