[FIX] Mark messages inside a thread as unread (#20726)

pull/20740/head
Adithya Vardhan 5 years ago committed by GitHub
parent 9f1e69bb6e
commit 8581edff28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/message-mark-as-unread/client/actionButton.js

@ -11,7 +11,7 @@ Meteor.startup(() => {
id: 'mark-message-as-unread',
icon: 'flag',
label: 'Mark_unread',
context: ['message', 'message-mobile'],
context: ['message', 'message-mobile', 'threads'],
action() {
const { msg: message } = messageArgs(this);
return Meteor.call('unreadMessages', message, function(error) {

Loading…
Cancel
Save