enhance(ux): editing user avatar presence

This commit is contained in:
Tienson Qin
2026-01-21 19:29:34 +08:00
parent 8c74eb2736
commit 36c5afeece
13 changed files with 133 additions and 3 deletions

View File

@@ -425,6 +425,10 @@
[]
(db-sync/stop!))
(def-thread-api :thread-api/db-sync-update-presence
[editing-block-uuid]
(db-sync/update-presence! editing-block-uuid))
(def-thread-api :thread-api/db-sync-upload-graph
[repo]
(db-sync/upload-graph! repo))