mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 12:46:39 +02:00
🐛 Fix problem with colaborative editing
This commit is contained in:
parent
e43ab51b7d
commit
f92dc6f4b4
2 changed files with 14 additions and 5 deletions
|
@ -323,7 +323,8 @@
|
|||
:has-media-trimmed false}
|
||||
{:id (:id file)})
|
||||
|
||||
(let [params (assoc params :file file)]
|
||||
(let [params (-> params (assoc :file file
|
||||
:changes changes))]
|
||||
;; Send asynchronous notifications
|
||||
(send-notifications cfg params)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue