Show notification after "mark as read" is done
authorMarcel Werk <burntime@woltlab.com>
Wed, 4 May 2022 12:28:13 +0000 (14:28 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 4 May 2022 12:28:13 +0000 (14:28 +0200)
files/js/WCF.Conversation.js

index a60eb8b11d2a19cc88fd6f6e2b277e52ac45a7f5..deba6192193a6f874a82f02f92b0ca56e12dca66 100644 (file)
@@ -1341,6 +1341,8 @@ WCF.Conversation.MarkAllAsRead = Class.extend({
                var $conversationList = $('.conversationList');
                $conversationList.find('.new').removeClass('new');
                $conversationList.find('.columnAvatar').off('dblclick');
+
+               new WCF.System.Notification().show();
        }
 });