make ids empty

This commit is contained in:
Namekuji 2023-09-28 19:58:33 -04:00
parent 45952ed97d
commit 13ede22564
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -446,6 +446,7 @@ export const UserRepository = db.getRepository(User).extend({
error: e, error: e,
}); });
pinnedNotes = []; pinnedNotes = [];
pinnedNoteIds = [];
} }
} }
} }