diff --git a/web/static/js/BareRTC.js b/web/static/js/BareRTC.js index 0814c8f..3c449b1 100644 --- a/web/static/js/BareRTC.js +++ b/web/static/js/BareRTC.js @@ -989,7 +989,7 @@ const app = Vue.createApp({ // Mark unread notifiers if this is not our channel. if (this.channel !== channel) { // Don't notify about presence broadcasts. - if (action !== "presence") { + if (action !== "presence" && !isChatServer) { this.channels[channel].unread++; } }