mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Implement unregister command for jsonrpc and dbus daemon
This commit is contained in:
@@ -171,6 +171,10 @@ public interface Signal extends DBusInterface {
|
||||
|
||||
void submitRateLimitChallenge(String challenge, String captchaString) throws Error.Failure;
|
||||
|
||||
void unregister() throws Error.Failure;
|
||||
|
||||
void deleteAccount() throws Error.Failure;
|
||||
|
||||
class MessageReceivedV2 extends DBusSignal {
|
||||
|
||||
private final long timestamp;
|
||||
|
||||
Reference in New Issue
Block a user