GitOrigin-RevId: 866ad66e13510546b560d961a3d3d06e64561e27
This commit is contained in:
levlam 2018-04-23 21:41:34 +03:00
parent 2b75f6030f
commit 8048bb7f1f
1 changed files with 2 additions and 0 deletions

View File

@ -2240,4 +2240,6 @@ void SecretChatActor::on_promise_error(Status error, string desc) {
LOG(FATAL) << "Failed: " << tag("promise", desc) << error;
}
constexpr int32 SecretChatActor::MAX_RESEND_COUNT;
} // namespace td