mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-20 22:24:23 +01:00
Refactor Manager interface
This commit is contained in:
@@ -161,7 +161,7 @@ public class App {
|
||||
}
|
||||
|
||||
if (username == null) {
|
||||
var usernames = Manager.getAllLocalUsernames(dataPath);
|
||||
var usernames = Manager.getAllLocalNumbers(dataPath);
|
||||
|
||||
if (command instanceof MultiLocalCommand) {
|
||||
handleMultiLocalCommand((MultiLocalCommand) command,
|
||||
|
||||
Reference in New Issue
Block a user