fix comment

This commit is contained in:
Asim Aslam
2021-11-03 15:24:59 +00:00
parent a39df94d4a
commit 3dba28fa2b

View File

@@ -30,7 +30,7 @@ message Channel {
string last_active = 2; string last_active = 2;
} }
// SendMessage a message to the stream. // Send a message to the stream.
message SendMessageRequest { message SendMessageRequest {
// The channel to send to // The channel to send to
string channel = 1; string channel = 1;