]> nmode's Git Repositories - signal-cli/blobdiff - lib/src/main/java/org/asamk/signal/manager/Manager.java
Improve handling of CDSI resource exhaustion
[signal-cli] / lib / src / main / java / org / asamk / signal / manager / Manager.java
index 7cba24f8fd067eedb050bc00786846f08d191d6f..defe71558a6a291993ad61418fb11a7379f4d2de 100644 (file)
@@ -86,7 +86,7 @@ public interface Manager extends Closeable {
      * @return A map of numbers to canonicalized number and uuid. If a number is not registered the uuid is null.
      * @throws IOException if it's unable to get the contacts to check if they're registered
      */
-    Map<String, UserStatus> getUserStatus(Set<String> numbers) throws IOException;
+    Map<String, UserStatus> getUserStatus(Set<String> numbers) throws IOException, RateLimitException;
 
     void updateAccountAttributes(String deviceName) throws IOException;