Started work on library node insert forms
This commit is contained in:
@@ -46,6 +46,7 @@ Meteor.publish('library', function(libraryId){
|
||||
const user = Meteor.user();
|
||||
const userId = user && user._id;
|
||||
if (!userId) return [];
|
||||
const subs = user && user.subscribedLibraries || [];
|
||||
let libraryCursor = Libraries.find({
|
||||
_id: libraryId,
|
||||
$or: [
|
||||
|
||||
Reference in New Issue
Block a user