Public boards overview

This commit is contained in:
Nico 2020-04-12 00:56:35 +02:00
parent 8f28a409c7
commit edf52bc438
6 changed files with 42 additions and 8 deletions

View file

@ -18,7 +18,7 @@ Meteor.publish('boards', function() {
archived: false,
$or: [
{
_id: { $in: starredBoards },
// _id: { $in: starredBoards }, // Commented out, to get a list of all public boards
permission: 'public',
},
{ members: { $elemMatch: { userId, isActive: true } } },