mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 11:01:40 +02:00
🎉 Add team-id channel subscriptions.
This commit is contained in:
parent
60b241e867
commit
065fc157bf
4 changed files with 188 additions and 194 deletions
|
@ -35,10 +35,8 @@
|
|||
;; --- API FORWARD
|
||||
|
||||
(defn subscribe
|
||||
([topic]
|
||||
(redis/subscribe client topic))
|
||||
([topic xf]
|
||||
(redis/subscribe client topic xf)))
|
||||
[opts]
|
||||
(redis/subscribe client opts))
|
||||
|
||||
(defn run!
|
||||
[cmd params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue