mirror of
https://github.com/fluencelabs/fluent-pad
synced 2025-04-24 16:32:13 +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") [])
|
||||
)
|
||||
(par
|
||||
(xor
|
||||
;(xor
|
||||
(match isOnline true
|
||||
(seq
|
||||
(seq
|
||||
@ -185,8 +185,8 @@ export async function initAfterJoin(
|
||||
(call user.$.peer_id! ("fluence/fluent-pad" "notifyUserAdded") [me true])
|
||||
)
|
||||
)
|
||||
(null)
|
||||
)
|
||||
;(null)
|
||||
;)
|
||||
(seq
|
||||
(call relay ("op" "identity") [])
|
||||
(call %init_peer_id% ("fluence/fluent-pad" "notifyUserAdded") [user isOnline])
|
||||
|
Loading…
x
Reference in New Issue
Block a user