Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use this.userId, not Meteor.user in publications #855

Merged
merged 1 commit into from Mar 27, 2015

Conversation

yourcelf
Copy link
Contributor

Replace Meteor.user() call in telescope-invites.

Fixes #853.

Replace Meteor.user() call in telescope-invites.

Fixes #853.
SachaG added a commit that referenced this pull request Mar 27, 2015
Use this.userId, not Meteor.user in publications
@SachaG SachaG merged commit f4e3764 into VulcanJS:devel Mar 27, 2015
@SachaG
Copy link
Contributor

SachaG commented Mar 27, 2015

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

telescope-invites: Meteor.userId can only be invoked in method calls.
2 participants