From 4b877230e7860f6456ccceed8f376a9fa60d9d96 Mon Sep 17 00:00:00 2001 From: John Freed Date: Sat, 18 Sep 2021 00:16:28 +0200 Subject: [PATCH] Updated DBus service (markdown) --- DBus-service.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DBus-service.md b/DBus-service.md index 1af764d..834305a 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -131,6 +131,7 @@ Keep in mind that if you use DBus as a system service and want to send a message For an example of sending a group message through the dbus interface, see [#272](https://github.com/AsamK/signal-cli/issues/272). +In the examples above, attachments are identified by the first array:string: argument (dbus-send arguments must be in the correct order). The last argument can either be a single string:RECIPIENT or an array:string:RECIPIENT1,RECIPIENT2,... (for dbus-send, an array argument consists of a comma-separated list). ### Receive messages from signal-cli daemon The signal-cli daemon publishes new messages to dbus.