Merge remote-tracking branch 'origin/next49'

This commit is contained in:
zadam
2021-11-14 13:18:13 +01:00
18 changed files with 1320 additions and 34 deletions

View File

@@ -3,6 +3,9 @@
const sql = require("../services/sql.js");
const NoteSet = require("../services/search/note_set");
/**
* Becca is a backend cache of all notes, branches and attributes. There's a similar frontend cache Froca.
*/
class Becca {
constructor() {
this.reset();