forked from FoundKeyGang/FoundKey
Fix #3041
This commit is contained in:
parent
a82c3db750
commit
de569147a5
1 changed files with 1 additions and 2 deletions
|
@ -143,8 +143,7 @@ export default (params: any, me: ILocalUser) => new Promise(async (res, rej) =>
|
|||
|
||||
const query = {
|
||||
deletedAt: null,
|
||||
userId: user._id,
|
||||
visibility: { $in: ['public', 'home'] }
|
||||
userId: user._id
|
||||
} as any;
|
||||
|
||||
if (ps.sinceId) {
|
||||
|
|
Loading…
Reference in a new issue