mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20: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() {
|
||||
final var managers = accountsStore.getAllAccounts().parallelStream().map(a -> {
|
||||
try {
|
||||
return initManager(a.path());
|
||||
return initManager(a.number(), a.path());
|
||||
} catch (NotRegisteredException | IOException | AccountCheckException e) {
|
||||
logger.warn("Ignoring {}: {} ({})", a.number(), e.getMessage(), e.getClass().getSimpleName());
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue