pull/3354/head
Paul Arguillère 2024-04-13 13:52:15 +02:00
parent 632fbe36ae
commit 64d148b980
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ function checkMessages(options) {
// If we have a new message, show it
if (options.showMsgIfUnread && newMessages.length) {
delete newMessages[0].show; // stop us getting stuck here if we're called a second time
showMessage(newMessages[0].id, true);
showMessage(newMessages[0].id, false);
// buzz after showMessage, so being busy during layout doesn't affect the buzz pattern
if (global.BUZZ_ON_NEW_MESSAGE) {
// this is set if we entered the messages app by loading `messagegui.new.js`