mirror of
https://github.com/fluencelabs/fluent-pad
synced 2025-04-25 00:42:14 +00:00
comment out xor in match statement
This commit is contained in:
parent
6514ba981d
commit
e080ed918b
@ -175,7 +175,7 @@ export async function initAfterJoin(
|
|||||||
(call relay ("op" "identity") [])
|
(call relay ("op" "identity") [])
|
||||||
)
|
)
|
||||||
(par
|
(par
|
||||||
(xor
|
;(xor
|
||||||
(match isOnline true
|
(match isOnline true
|
||||||
(seq
|
(seq
|
||||||
(seq
|
(seq
|
||||||
@ -185,8 +185,8 @@ export async function initAfterJoin(
|
|||||||
(call user.$.peer_id! ("fluence/fluent-pad" "notifyUserAdded") [me true])
|
(call user.$.peer_id! ("fluence/fluent-pad" "notifyUserAdded") [me true])
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(null)
|
;(null)
|
||||||
)
|
;)
|
||||||
(seq
|
(seq
|
||||||
(call relay ("op" "identity") [])
|
(call relay ("op" "identity") [])
|
||||||
(call %init_peer_id% ("fluence/fluent-pad" "notifyUserAdded") [user isOnline])
|
(call %init_peer_id% ("fluence/fluent-pad" "notifyUserAdded") [user isOnline])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user