Fix #3041
This commit is contained in:
parent
a82c3db750
commit
de569147a5
@ -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 New Issue
Block a user