mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
enhance(ux): editing user avatar presence
This commit is contained in:
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user