mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
Merge remote-tracking branch 'origin/stable'
# Conflicts: # libraries/ckeditor/ckeditor.js.map # package.json # src/routes/api/login.js # src/routes/api/sync.js # src/routes/index.js # src/services/app_info.js # src/services/sync.js
This commit is contained in:
@@ -23,7 +23,7 @@ function index(req, res) {
|
||||
treeFontSize: parseInt(options.treeFontSize),
|
||||
detailFontSize: parseInt(options.detailFontSize),
|
||||
sourceId: sourceIdService.generateSourceId(),
|
||||
maxSyncIdAtLoad: sql.getValue("SELECT MAX(id) FROM sync"),
|
||||
maxSyncIdAtLoad: sql.getValue("SELECT COALESCE(MAX(id), 0) FROM sync"),
|
||||
instanceName: config.General ? config.General.instanceName : null,
|
||||
appCssNoteIds: getAppCssNoteIds(),
|
||||
isDev: env.isDev(),
|
||||
|
||||
Reference in New Issue
Block a user