mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
implement Dbus sync methods (#737)
implement two Dbus methods: - sendContacts - sendSyncRequest update documentation
This commit is contained in:
parent
1ca0e75ef1
commit
8bee08fd96
3 changed files with 34 additions and 0 deletions
|
@ -49,6 +49,10 @@ public interface Signal extends DBusInterface {
|
|||
String emoji, boolean remove, String targetAuthor, long targetSentTimestamp, List<String> recipients
|
||||
) throws Error.InvalidNumber, Error.Failure;
|
||||
|
||||
void sendContacts() throws Error.Failure;
|
||||
|
||||
void sendSyncRequest() throws Error.Failure;
|
||||
|
||||
long sendNoteToSelfMessage(
|
||||
String message, List<String> attachments
|
||||
) throws Error.AttachmentInvalid, Error.Failure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue