UserPresence.userId
Opened this issue · 0 comments
Deleted user commented
Is it safe to set userId in meteor call?
Meteor.call('UserPresence:online', UserPresence.userId);
Why you need to send a userId and you do not using Meteor.userId() on server?
Thanks a lot.