mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
942999b7b4
commit
0686fd8e68
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class SignalAccountFiles {
|
||||||
public MultiAccountManager initMultiAccountManager() {
|
public MultiAccountManager initMultiAccountManager() {
|
||||||
final var managers = accountsStore.getAllAccounts().parallelStream().map(a -> {
|
final var managers = accountsStore.getAllAccounts().parallelStream().map(a -> {
|
||||||
try {
|
try {
|
||||||
return initManager(a.path());
|
return initManager(a.number(), a.path());
|
||||||
} catch (NotRegisteredException | IOException | AccountCheckException e) {
|
} catch (NotRegisteredException | IOException | AccountCheckException e) {
|
||||||
logger.warn("Ignoring {}: {} ({})", a.number(), e.getMessage(), e.getClass().getSimpleName());
|
logger.warn("Ignoring {}: {} ({})", a.number(), e.getMessage(), e.getClass().getSimpleName());
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue