From 5de68d0d7cb20a7583355f539518eafaa3feeda1 Mon Sep 17 00:00:00 2001 From: Any Association Date: Tue, 17 Sep 2024 16:30:57 +0000 Subject: [PATCH] Update proto files --- events.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.proto b/events.proto index 00ff301..37be3d2 100644 --- a/events.proto +++ b/events.proto @@ -1138,7 +1138,7 @@ message Event { NotConnected = 0; NotPossible = 1; Connected = 2; - Restricted = 3; + Restricted = 3; // only for ios for now, fallback to NotPossible if not implemented on client } }