mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-30 19:14:20 +01:00
Rename --username to --account
This commit is contained in:
@@ -76,7 +76,7 @@ public interface Manager extends Closeable {
|
||||
return PhoneNumberFormatter.isValidNumber(e164Number, countryCode);
|
||||
}
|
||||
|
||||
static List<String> getAllLocalNumbers(File settingsPath) {
|
||||
static List<String> getAllLocalAccountNumbers(File settingsPath) {
|
||||
var pathConfig = PathConfig.createDefault(settingsPath);
|
||||
final var dataPath = pathConfig.dataPath();
|
||||
final var files = dataPath.listFiles();
|
||||
|
||||
Reference in New Issue
Block a user