From a5dc0d0d5370199fc5cb34f1013f44a98238009f Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 25 May 2023 18:28:57 +0200 Subject: [PATCH] Remove now unused attributes This is a separate commit to avoid breaking everything before the migration PRs have landed ref #79 --- items.proto | 9 --------- 1 file changed, 9 deletions(-) diff --git a/items.proto b/items.proto index a830cdc..4a5b806 100644 --- a/items.proto +++ b/items.proto @@ -196,15 +196,6 @@ message Query { // the requester needs to specify where the results of that query should be // sent. These subjects will be used in addition to the defaults and are // usually just dynamically generated inboxes - - // Subject that items resulting from the query should be sent to - string itemSubject = 16; - - // Subject that both interim and final responses should be sent to - string responseSubject = 17; - - // Subject that errors will be sent to - string errorSubject = 18; } message QueryResponse {