diff --git a/src/App.vue b/src/App.vue index 6087cb4c2f8..3e6e9aef0bc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -498,6 +498,11 @@ export default { } if (event.notification.objectType === 'chat') { + if (event.notification.subjectRichParameters?.reaction) { + // Ignore reaction notifications in case of one-to-one and always-notify + return + } + this.$store.dispatch('updateConversationLastMessageFromNotification', { notification: event.notification, })