mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
isRegistered added
This commit is contained in:
parent
ce1c6b1c66
commit
5efd7c29db
1 changed files with 5 additions and 0 deletions
|
@ -150,6 +150,11 @@ public class DbusSignalControlImpl implements org.asamk.SignalControl {
|
||||||
return BaseConfig.PROJECT_VERSION;
|
return BaseConfig.PROJECT_VERSION;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isRegistered() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<DBusPath> listAccounts() {
|
public List<DBusPath> listAccounts() {
|
||||||
synchronized (receiveThreads) {
|
synchronized (receiveThreads) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue