more time to send message

This commit is contained in:
Avently
2024-02-15 22:45:49 +07:00
parent 50d26cb405
commit fa257fe7dc

View File

@@ -551,7 +551,7 @@ fun ComposeView(
}
fun sendMessage(ttl: Int?) {
withLongRunningApi(slow = 60_000) {
withLongRunningApi(slow = 120_000) {
sendMessageAsync(null, false, ttl)
}
}