mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
publish all public user data all the time to work around nested fields subscription bug
This commit is contained in:
parent
2113390a2d
commit
484c53a100
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@ Users.pubsub.avatarProperties = {
|
||||||
'services.github.screenName': true, // Github is not really used, but there are some mentions to it in the code
|
'services.github.screenName': true, // Github is not really used, but there are some mentions to it in the code
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// note: to work around nested fields subscription bug, we'll publish
|
||||||
|
// all public user properties at all times for now
|
||||||
|
// see https://github.com/meteor/meteor/issues/998
|
||||||
|
|
||||||
|
Users.pubsub.avatarProperties = Users.pubsub.publicProperties;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build Users subscription with filter, sort, and limit args.
|
* Build Users subscription with filter, sort, and limit args.
|
||||||
* @param {String} filterBy
|
* @param {String} filterBy
|
||||||
|
|
Loading…
Add table
Reference in a new issue