mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
per-browser source id so we support having notecase opened in multiple tabs/windows
This commit is contained in:
@@ -8,7 +8,8 @@ const server = (function() {
|
||||
catch(e) {}
|
||||
|
||||
return {
|
||||
'x-protected-session-id': protectedSessionId
|
||||
protected_session_id: protectedSessionId,
|
||||
source_id: glob.sourceId
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user