mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 18:06:12 +02:00
📎 Update default scripts
This commit is contained in:
parent
c5b1b67c50
commit
602b736163
5 changed files with 17 additions and 10 deletions
|
@ -166,11 +166,9 @@
|
|||
(a/go
|
||||
;; Only allow receive pointer updates when active subscription
|
||||
(when-let [{:keys [topic]} (get-in @wsp [::subscriptions subs-id])]
|
||||
(l/trace :fn "handle-message" :event :pointer-update :message message)
|
||||
(let [msgbus-fn (:msgbus @wsp)
|
||||
profile-id (::profile-id @wsp)
|
||||
session-id (::session-id @wsp)
|
||||
|
||||
message (-> message
|
||||
(dissoc :subs-id)
|
||||
(assoc :profile-id profile-id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue