From e080ed918ba6078a79b6b7552885ab5aecc4dc89 Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Fri, 23 Apr 2021 12:20:29 +0300 Subject: [PATCH] comment out xor in match statement --- client/src/aqua/fluent-pad.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/aqua/fluent-pad.ts b/client/src/aqua/fluent-pad.ts index 1e8e685..d52102f 100644 --- a/client/src/aqua/fluent-pad.ts +++ b/client/src/aqua/fluent-pad.ts @@ -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])