Skip to content

Commit

Permalink
Merge pull request #172 from overmindtech/revert-is-system
Browse files Browse the repository at this point in the history
Revert "Merge pull request #171 from overmindtech/is-system"
  • Loading branch information
dylanratcliffe authored Dec 19, 2023
2 parents f7389ef + 444cdf2 commit 8f0dd90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ message StoreSnapshot {
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 snapshot should be stored as a system snapshot. System
// snapshots are hidden and can only be returned via the UUID, they don't
// show up in lists
bool isSystem = 4;
}

// After a snapshot is successfully stored, this reply with the new snapshot's details is sent.
Expand All @@ -192,9 +188,6 @@ message SnapshotStoreResult {
// a correlation ID to match up requests and responses. this field returns the contents of the request's msgID
bytes msgID = 4;
bytes snapshotID = 5; // The UUID of the newly stored snapshot
// System snapshots are hidden and can only be returned via the UUID, they
// don't show up in lists
bool isSystem = 6;
}

// Ask the gateway to load the specified snapshot into the current state.
Expand Down

0 comments on commit 8f0dd90

Please sign in to comment.