mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 12:43:08 +02:00
parent
59a1b9adbe
commit
6fa7819a44
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ export default define(meta, (ps) => new Promise(async (res, rej) => {
|
||||||
_id: -1
|
_id: -1
|
||||||
};
|
};
|
||||||
const query = {
|
const query = {
|
||||||
|
deletedAt: null,
|
||||||
visibility: 'public'
|
visibility: 'public'
|
||||||
} as any;
|
} as any;
|
||||||
if (ps.sinceId) {
|
if (ps.sinceId) {
|
||||||
|
|
Loading…
Reference in a new issue