derricw / siggo

a TUI for signal messenger, written in Go
GNU General Public License v3.0
320 stars 9 forks source link

make request for v2 group names #44

Closed derricw closed 3 years ago

derricw commented 3 years ago

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.