diff --git a/src/models.js b/src/models.js index 9e95ad4..f0de6d4 100644 --- a/src/models.js +++ b/src/models.js @@ -49,7 +49,7 @@ module.exports = ({ cooler, isPublic }) => { { $filter: { dest: feedId, - value: { content: { type: "about", about: feedId } } + value: { author: feedId, content: { type: "about", about: feedId } } } } ]