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 Nov 4, 2024
1 parent d4ca57e commit 0746ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ message Account {
string archiveObjectId = 3; // archive block id
string profileObjectId = 4; // profile block id
string marketplaceWorkspaceId = 11; // marketplace workspace id
string workspaceObjectId = 15; // workspace object id. used for space-level chat

string deviceId = 8;
string accountSpaceId = 9;
Expand Down Expand Up @@ -762,7 +763,7 @@ message ObjectType {
participant = 19;

pdf = 20;
chat = 21;
chat = 21; // deprecated
chatDerived = 22;
tag = 23;
}
Expand Down

0 comments on commit 0746ab3

Please sign in to comment.