Fixed monsters appearing in sidebar
This commit is contained in:
@@ -136,6 +136,7 @@ export default {
|
|||||||
{
|
{
|
||||||
_id: { $nin: folderChars },
|
_id: { $nin: folderChars },
|
||||||
$or: [{ readers: userId }, { writers: userId }, { owner: userId }],
|
$or: [{ readers: userId }, { writers: userId }, { owner: userId }],
|
||||||
|
type: 'pc',
|
||||||
},
|
},
|
||||||
{ sort: { name: 1 } }
|
{ sort: { name: 1 } }
|
||||||
).map(characterTransform);
|
).map(characterTransform);
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ Meteor.publish('characterList', function () {
|
|||||||
picture: 1,
|
picture: 1,
|
||||||
avatarPicture: 1,
|
avatarPicture: 1,
|
||||||
public: 1,
|
public: 1,
|
||||||
|
type: 1,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user