mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 10:51:39 +02:00
🎉 Add comments to viewer.
This commit is contained in:
parent
e1db6d3a37
commit
64a6ba1949
45 changed files with 1629 additions and 1074 deletions
|
@ -203,6 +203,8 @@
|
|||
(defn retrieve-file-users
|
||||
[conn id]
|
||||
(->> (db/exec! conn [sql:file-users id id])
|
||||
;; TODO: seems like the frontend is no longer uses :photo-uri,
|
||||
;; so this can be removed probably.
|
||||
(mapv #(media/resolve-media-uris % [:photo :photo-uri]))))
|
||||
|
||||
(s/def ::file-users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue