Added fetching User data from patreon and writing it to the DiceCloud user database
This commit is contained in:
@@ -7,6 +7,7 @@ Meteor.publish("user", function(){
|
||||
apiKey: 1,
|
||||
librarySubscriptions: 1,
|
||||
lastPatreonPostClicked: 1,
|
||||
patreon: 1,
|
||||
}}),
|
||||
PatreonPosts.find({},{sort: {dateAdded: -1}, limit: 1})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user