From 8d4d563f097a71c4976f3db11e3157e872761513 Mon Sep 17 00:00:00 2001 From: Any Association Date: Wed, 4 Dec 2024 15:48:25 +0000 Subject: [PATCH] Update proto files --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index ae203f4..8693363 100644 --- a/models.proto +++ b/models.proto @@ -661,7 +661,7 @@ message Account { string workspaceObjectId = 15; // workspace object id. used for space-level chat string deviceId = 8; - string accountSpaceId = 9; + string accountSpaceId = 9; // the first created private space. It's filled only when account is created string widgetsId = 10; string spaceViewId = 13; string techSpaceId = 14;