signal-cli does not put the V2 group names in the data file. So I needed to add a request to get the group names to the initialization procedure.
Unfortunately, this request seems to silently fail if the dbus daemon is already running, so I had to add a channel so that the daemon can wait for it to complete before starting.
signal-cli
does not put the V2 group names in the data file. So I needed to add a request to get the group names to the initialization procedure.Unfortunately, this request seems to silently fail if the dbus daemon is already running, so I had to add a channel so that the daemon can wait for it to complete before starting.