Wrong method used while starring (#20508)

pull/20551/head
Adithya Vardhan 4 years ago committed by GitHub
parent 19f98a77ae
commit 10b6629643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/message-star/server/starMessage.js

@ -14,7 +14,7 @@ Meteor.methods({
if (!settings.get('Message_AllowStarring')) {
throw new Meteor.Error('error-action-not-allowed', 'Message starring not allowed', {
method: 'pinMessage',
method: 'starMessage',
action: 'Message_starring',
});
}

Loading…
Cancel
Save