mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 17:57:24 +02:00
⚡ Use subdomain for rasterizer (OOPIF)
This commit is contained in:
parent
7404933e99
commit
16c8c4bd2a
3 changed files with 29 additions and 14 deletions
|
@ -221,6 +221,10 @@
|
|||
scope (unchecked-get evdata "scope")]
|
||||
(when (and (some? payload)
|
||||
(= scope "penpot/rasterizer"))
|
||||
(log/dbg :hint "received message"
|
||||
:id id
|
||||
:payload payload
|
||||
:scope scope)
|
||||
(->> (render payload)
|
||||
(rx/subs (partial send-success! id)
|
||||
(partial send-failure! id))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue