You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's crazy how much time code is spent in the try/catch - would be much more efficient to rely on DDP._CurrentMethodInvocation.get() || DDP._CurrentPublicationInvocation.get();
Let's use
DDP._CurrentPublicationInvocation
to get theuserId
if it's available, otherwise fall back to the current method to be backwards-compatible.Possible since meteor/meteor#8629.
The text was updated successfully, but these errors were encountered: