Merge pull request #188 from christianbundy/fix-about

Fix bug where others could still change your name
This commit is contained in:
Cinnamon 2020-02-09 16:03:45 -08:00 committed by GitHub
commit 68631d76a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 } }
}
}
]