Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Dec 4, 2024
1 parent 60799db commit 8d4d563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d4d563

Please sign in to comment.