From 963cc8f2e640a99fbe8c5cbf93e5e95dcdb9fad9 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 17 Aug 2023 12:06:29 +0200 Subject: [PATCH] Fix naming of skipCache to ignoreCache to match the same field on Query --- gateway.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway.proto b/gateway.proto index e412a9b..f32ac5a 100644 --- a/gateway.proto +++ b/gateway.proto @@ -146,7 +146,7 @@ message LoadBookmark { // a correlation ID to match up requests and responses. set this to a value unique per connection bytes msgID = 2; // set to true to force fetching fresh data - bool skipCache = 3; + bool ignoreCache = 3; } message BookmarkLoadResult {