additional fixes in live location

This commit is contained in:
InsanusMokrassar 2020-02-07 22:45:57 +06:00
parent 0e33b123e9
commit 34f606545e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ data class SendLocation(
init {
if (livePeriod != null && livePeriod !in livePeriodLimit) {
error("Live period for sending location must be in $livePeriodLimit")
error("Live period for sending location must be in $livePeriodLimit, but was $livePeriod")
}
}
}