-
Sorry, I'm a real beginner with signal. I have an account already on phone and desktop, and this account is member of a number of groups. I registered the same account with signal-cli. How would I send messages to the groups? I'm lacking the group ID. When trying to list the known groups, nothing is returned:
The same with the jsonRpc interface:
The documentation mentions that the group ID is base64-encoded, but if I try that the naiive way from the group name, it does not work either:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Running If you have actually run |
Beta Was this translation helpful? Give feedback.
Running
signal-cli register ...
would un-register that number on the smartphone: only one device can "register" a number; the other devices have to "link" with it.If you have actually run
signal-cli link ...
and don't get anything inlistGrougs
orlistContacts
, then runsignal-cli receive
once after linking.