mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix(rtc): auto rtc-start when created&uploaded a new graph
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
(defmacro <?
|
||||
"Like m/?, but async channel or promise as arg"
|
||||
[chan-or-promise]
|
||||
`(m/? (<! ~chan-or-promise)))
|
||||
[chan-or-promise-or-task]
|
||||
`(m/? (<! ~chan-or-promise-or-task)))
|
||||
|
||||
Reference in New Issue
Block a user