Skip to content

Commit b1512a8

Browse files
committed
fix: add FeedKind to AddFeed
1 parent 1054759 commit b1512a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lazer/publisher_sdk/proto/governance_instruction.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ message AddFeed {
325325
// [required]
326326
optional FeedState state = 107;
327327
// [required]
328+
optional FeedKind kind = 108;
329+
// [required]
328330
optional bool is_enabled_in_shard = 201;
329331

330332
// TODO: IDs of publishers enabled for this feed.

0 commit comments

Comments
 (0)