Skip to content

Commit

Permalink
update stream comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 21, 2022
1 parent 6ecb686 commit a69ecab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stream/proto/stream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ message Channel {
string last_active = 3;
}

// Create a channel with a given name and description. Channels are created automatically but
// this allows you to specify a description that's persisted for the lifetime of the channel.
// Create a channel by name
message CreateChannelRequest {
// name of the channel
string name = 1;
Expand Down

0 comments on commit a69ecab

Please sign in to comment.