server: fix accessing password protected posts
This commit is contained in:
parent
702dad14cb
commit
ead3b0af9d
2 changed files with 3 additions and 2 deletions
|
@ -246,7 +246,8 @@ posts.get(
|
|||
"createdAt",
|
||||
"updatedAt",
|
||||
"deletedAt",
|
||||
"expiresAt"
|
||||
"expiresAt",
|
||||
"password"
|
||||
]
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue