We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1512a8 commit 06a3661Copy full SHA for 06a3661
lazer/publisher_sdk/proto/state.proto
@@ -48,10 +48,12 @@ message Publisher {
48
49
enum FeedState {
50
// Default value. Feeds in this state are not available to consumers.
51
+ // `COMING_SOON` feeds are expected to become stable in the future.
52
COMING_SOON = 0;
53
// A fully available feed.
54
STABLE = 1;
- // Inactive feeds are not available to consumers or publishers.
55
+ // Inactive feeds are not available to consumers.
56
+ // `INACTIVE` feeds are not expected to become stable again.
57
INACTIVE = 2;
58
}
59
0 commit comments