mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix get current user for plugins api
This commit is contained in:
@@ -82,6 +82,7 @@ A non exhaustive list of changes:
|
|||||||
- Add styles for Inkeep Chat at workspace [Taiga #10708](https://tree.taiga.io/project/penpot/us/10708)
|
- Add styles for Inkeep Chat at workspace [Taiga #10708](https://tree.taiga.io/project/penpot/us/10708)
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
- Fix getCurrentUser for plugins api [Taiga #11057](https://tree.taiga.io/project/penpot/issue/11057)
|
||||||
|
|
||||||
- Fix spacing / sizes of different elements in the measurements section of the design tab [Taiga #11076](https://tree.taiga.io/project/penpot/issue/11076)
|
- Fix spacing / sizes of different elements in the measurements section of the design tab [Taiga #11076](https://tree.taiga.io/project/penpot/issue/11076)
|
||||||
- Fix selection of short paths [Github #4472](https://github.com/penpot/penpot/issues/4472)
|
- Fix selection of short paths [Github #4472](https://github.com/penpot/penpot/issues/4472)
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
(defn locate-profile
|
(defn locate-profile
|
||||||
[session-id]
|
[session-id]
|
||||||
(let [{:keys [profile-id]} (locate-presence session-id)]
|
(let [{:keys [profile-id]} (locate-presence session-id)]
|
||||||
(dm/get-in @st/state [:users profile-id])))
|
(dm/get-in @st/state [:profiles profile-id])))
|
||||||
|
|
||||||
;; FIXME: the impl looks strange: objects is passed by parameters but
|
;; FIXME: the impl looks strange: objects is passed by parameters but
|
||||||
;; then the rest of the file is looked up directly from state.... (?)
|
;; then the rest of the file is looked up directly from state.... (?)
|
||||||
|
|||||||
Reference in New Issue
Block a user