mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-20 23:54:21 +01:00
Refactor Manager interface
This commit is contained in:
@@ -28,7 +28,7 @@ public class CommandUtil {
|
||||
recipientIdentifiers.add(RecipientIdentifier.NoteToSelf.INSTANCE);
|
||||
}
|
||||
if (recipientStrings != null) {
|
||||
final var localNumber = m.getUsername();
|
||||
final var localNumber = m.getSelfNumber();
|
||||
recipientIdentifiers.addAll(CommandUtil.getSingleRecipientIdentifiers(recipientStrings, localNumber));
|
||||
}
|
||||
if (groupIdStrings != null) {
|
||||
|
||||
Reference in New Issue
Block a user