comment out xor in match statement

This commit is contained in:
Pavel Murygin 2021-04-23 12:20:29 +03:00
parent 6514ba981d
commit e080ed918b

View File

@ -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])