mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
prefixes are now displayed also in all autocompletes and recent notes
This commit is contained in:
@@ -31,8 +31,7 @@ router.get('/', auth.checkApiAuth, async (req, res, next) => {
|
||||
|
||||
res.send({
|
||||
notes: notes,
|
||||
start_note_tree_id: await options.getOption('start_note_tree_id'),
|
||||
tree_load_time: utils.nowTimestamp()
|
||||
start_note_tree_id: await options.getOption('start_note_tree_id')
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user