This commit is contained in:
syuilo 2018-10-31 17:56:21 +09:00
parent a82c3db750
commit de569147a5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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) {