mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Remove unnecessary isRegistered checks
This commit is contained in:
parent
cc40c437d1
commit
fc76c9badf
2 changed files with 0 additions and 10 deletions
|
@ -33,11 +33,6 @@ public class SendCommand implements DbusCommand {
|
|||
|
||||
@Override
|
||||
public int handleCommand(final Namespace ns, final Signal signal) {
|
||||
if (!signal.isRegistered()) {
|
||||
System.err.println("User is not registered.");
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((ns.getList("recipient") == null || ns.getList("recipient").size() == 0) && (
|
||||
ns.getBoolean("endsession") || ns.getString("group") == null
|
||||
)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue