1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-05 02:09:02 +09:00
This commit is contained in:
MeiMei 2018-11-30 18:13:55 +09:00 committed by syuilo
parent 59a1b9adbe
commit 6fa7819a44

View File

@ -78,6 +78,7 @@ export default define(meta, (ps) => new Promise(async (res, rej) => {
_id: -1
};
const query = {
deletedAt: null,
visibility: 'public'
} as any;
if (ps.sinceId) {