diff --git a/server/methods/channelsList.coffee b/server/methods/channelsList.coffee index 39e01339c7d..68acbb3511b 100644 --- a/server/methods/channelsList.coffee +++ b/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' }