Skip to content

Commit

Permalink
Also add to gateway since this creates bookamrks too
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Oct 12, 2023
1 parent f4c10af commit 8091838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ message StoreBookmark {
string description = 2;
// a correlation ID to match up requests and responses. set this to a value unique per connection
bytes msgID = 3;
// whether this bookmark should be stored as a system bookmark. System
// bookmarks are hidden and can only be returned via the UUID, they don't
// show up in lists
bool isSystem = 4;
}

// After a bookmark is successfully stored, this reply with the new bookmark's details is sent.
Expand Down

0 comments on commit 8091838

Please sign in to comment.