Unblock method channelsList

pull/4275/head
Rodrigo Nascimento 10 years ago
parent c69faa7cce
commit d810f813ae
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 2
      server/methods/channelsList.coffee

@ -1,5 +1,7 @@
Meteor.methods
channelsList: (filter, channelType, limit, sort) ->
this.unblock()
if not Meteor.userId()
throw new Meteor.Error 'error-invalid-user', 'Invalid user', { method: 'channelsList' }

Loading…
Cancel
Save