Skip to content

Commit

Permalink
add deprecation marker to gRPC ServerMsg.topic
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Mar 25, 2023
1 parent 529ab71 commit d541c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbx/model.proto
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ message ServerMsg {
}
// DEPRECATED. Will be removed soon.
// When response is sent to Root, send internal topic name too.
string topic = 6;
string topic = 6 [deprecated = true];
}

// Plugin response codes
Expand Down

0 comments on commit d541c07

Please sign in to comment.