From f0cac74505a71cad35d6991154e765484f258ff0 Mon Sep 17 00:00:00 2001 From: John Freed Date: Sat, 18 Sep 2021 00:18:28 +0200 Subject: [PATCH] Updated DBus service (markdown) --- DBus-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBus-service.md b/DBus-service.md index 834305a..46e0088 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -131,7 +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). +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` (as in the examples above) 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.