We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e95baf commit dff3bc7Copy full SHA for dff3bc7
apps/messagegui/app.js
@@ -724,7 +724,7 @@ function checkMessages(options) {
724
// If we have a new message, show it
725
if (!options.ignoreUnread && newMessages.length) {
726
delete newMessages[0].show; // stop us getting stuck here if we're called a second time
727
- showMessagesScroller(newMessages[0]);
+ showMessageRouter(newMessages[0], persist);
728
// buzz after showMessagesScroller, so being busy during scroller setup doesn't affect the buzz pattern
729
if (global.BUZZ_ON_NEW_MESSAGE) {
730
// this is set if we entered the messages app by loading `messagegui.new.js`
0 commit comments