mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
1856e79a50
commit
eee140f74f
4 changed files with 60 additions and 1 deletions
|
@ -405,6 +405,10 @@ public class Manager implements Closeable {
|
|||
account.setRegistered(false);
|
||||
}
|
||||
|
||||
public void submitRateLimitRecaptchaChallenge(String challenge, String captcha) throws IOException {
|
||||
dependencies.getAccountManager().submitRateLimitRecaptchaChallenge(challenge, captcha);
|
||||
}
|
||||
|
||||
public List<Device> getLinkedDevices() throws IOException {
|
||||
var devices = dependencies.getAccountManager().getDevices();
|
||||
account.setMultiDevice(devices.size() > 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue