🐛 Fix problem with colaborative editing

This commit is contained in:
alonso.torres 2021-05-25 13:24:02 +02:00
parent e43ab51b7d
commit f92dc6f4b4
2 changed files with 14 additions and 5 deletions

View file

@ -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)