Skip to content

Commit 42fa898

Browse files
committed
fix comments in api proto
1 parent 1f789aa commit 42fa898

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/apiproto/api.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/apiproto/api.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -845,11 +845,11 @@ message PushLimitStrategy {
845845
message PushTimeLimitStrategy {
846846
string send_after_time = 1; // HH:MM:SS
847847
string send_before_time = 2; // HH:MM:SS
848-
bool no_tz_send_now = 3; // If device timezone is not set - send push now.
848+
bool no_tz_send_now = 3; // If device timezone is not set - send push now, by default will be dropped.
849849
}
850850

851851
message PushRateLimitStrategy {
852-
string key = 1; // key for rate limit policy, supports variables (user_id, device_id).
852+
string key = 1; // optional key for rate limit policy, supports variables.
853853
repeated RateLimitPolicy policies = 2;
854854
bool drop_if_rate_limited = 3;
855855
}

0 commit comments

Comments
 (0)