mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-29 03:54:27 +01:00
Implement removing linked devices
Only allowed from the master device
This commit is contained in:
@@ -264,6 +264,10 @@ class Manager implements Signal {
|
||||
return accountManager.getDevices();
|
||||
}
|
||||
|
||||
public void removeLinkedDevices(int deviceId) throws IOException {
|
||||
accountManager.removeDevice(deviceId);
|
||||
}
|
||||
|
||||
public static Map<String, String> getQueryMap(String query) {
|
||||
String[] params = query.split("&");
|
||||
Map<String, String> map = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user