mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
Update libsignal-service-java
This commit is contained in:
parent
3c2fa65e05
commit
942999b7b4
15 changed files with 60 additions and 52 deletions
|
@ -100,6 +100,8 @@ public class SendMessageResultUtils {
|
|||
failure.getRetryAfterSeconds());
|
||||
} else if (result.isNetworkFailure()) {
|
||||
return String.format("Network failure for \"%s\"", identifier);
|
||||
} else if (result.isRateLimitFailure()) {
|
||||
return String.format("Rate limit failure for \"%s\"", identifier);
|
||||
} else if (result.isUnregisteredFailure()) {
|
||||
return String.format("Unregistered user \"%s\"", identifier);
|
||||
} else if (result.isIdentityFailure()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue