Remove unecessary code

pull/818/head
Rodrigo Nascimento 10 years ago
parent e920f8089e
commit e9fbad715d
  1. 2
      server/methods/deleteMessage.coffee

@ -22,8 +22,6 @@ Meteor.methods
deleteQuery =
_id: originalMessage._id
deleteQuery['u._id'] = Meteor.userId() unless hasPermission
#deleteQuery['u._id'] = Meteor.userId() if user?.admin isnt true
if keepHistory
if showDeletedStatus

Loading…
Cancel
Save