This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-09-11 05:01:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
src
/
services
/
instance_id.ts
6 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
server-esm: Change simple local import statements
2024-07-18 21:35:17 +03:00
import
utils
from
"./utils.js"
;
add memberId to entity_changes to avoid having to resend all changes second time
2022-01-09 20:16:39 +01:00
sync fixes
2022-01-09 21:25:15 +01:00
const
instanceId
=
utils
.
randomString
(
12
)
;
add memberId to entity_changes to avoid having to resend all changes second time
2022-01-09 20:16:39 +01:00
server-ts: Convert more classes, including entity_changes.js
2024-02-16 23:56:32 +02:00
export
=
instanceId
;
Reference in New Issue
Copy Permalink