server-ts: Port services/notes & hidden_subtree

This commit is contained in:
Elian Doran
2024-02-17 22:58:54 +02:00
parent 669988953d
commit de7f4de05b
31 changed files with 267 additions and 202 deletions

View File

@@ -44,6 +44,6 @@ function protectRevisions(note: BNote) {
}
}
module.exports = {
export = {
protectRevisions
};