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

@@ -102,6 +102,10 @@
(log/info :db-sync/stop true)
(state/<invoke-db-worker :thread-api/db-sync-stop))
(defn <rtc-update-presence!
[editing-block-uuid]
(state/<invoke-db-worker :thread-api/db-sync-update-presence editing-block-uuid))
(defn <rtc-get-users-info
[]
(when-let [graph-uuid (ldb/get-graph-rtc-uuid (db/get-db))]