-
I use Dbus to in integrate signal into my solution, works great, but I have an issue with trust and keys. Every now and then a user will have a new phone and the number needs to be verified, since the daemon can’t do that (no interface present, is one coming? there is none in https://github.com/AsamK/signal-cli/blob/master/man/signal-cli-dbus.5.adoc) I wanted to use the new parameter “--trust-new-identities” and as you can see, it does not recognize it. Environment:
Start:
Error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Need to move
Other flags are off too: |
Beta Was this translation helpful? Give feedback.
Need to move
--trust-new-identities
beforedaemon
. See FAQ:Other flags are off too:
--config
is a long option (with two dashes in front); for short, can use-c
.-system
should be--dbus-system
.