Skip to content

Commit 4745c23

Browse files
authored
fix: Remove unread messages notification
This is unnecessarily spamming the view when the chat tab is closed. Also, this is kind of a duplicate with the blue dot on the message icon. Signed-off-by: Louis <[email protected]>
1 parent 2290ec5 commit 4745c23

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/RightSidebar/RightSidebar.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,6 @@ export default {
431431
if (!this.isInCall || this.opened) {
432432
return
433433
}
434-
435-
// new messages arrived
436-
if (newValue > 0 && oldValue === 0 && !this.hasUnreadMentions) {
437-
this.notifyUnreadMessages(t('spreed', 'You have new unread messages in the chat.'))
438-
}
439434
},
440435
441436
hasUnreadMentions(newValue) {

0 commit comments

Comments
 (0)