Bernhard B.

Results 477 comments of Bernhard B.

What do you mean with `SIGNAL_CLI_DBUS_REST_API_ACCOUNT`?

The actual machine doesn't matter. But you need to be fast, as those captcha tokens are really short-lived. What also helps is to back off a bit (especially if you...

> Thanks. So the first request should be with use_voice false and with a captcha? Then the second request after 60 seconds with use_voice=true should also have a captcha which...

The `listContacts` command can of course be exposed via REST API, but I think this one doesn't include any avatars. See https://github.com/AsamK/signal-cli/issues/869

Thanks for the report. It should (hopefully) be fixed. In case you want to give it a try, here's a test image: `bbernhard/signal-cli-rest-api:0.101-dev`

> This will also return more than one IPv4 address if multiple networks or interfaces are used (also breaking startup) Could you please send me the output of `hostname -I`...

Yeah, right, that's definitely something that should be cleaned up at some point. It's actually already on my TODO list, but I haven't found any time yet to fix that.

You are right, there's definitely room for improvement here. But I think no matter what we do, there's always a (small) risk of losing data. e.g the message broker could...

You are right, that flag isn't exposed yet. But instead you could list all identities via the GET request, iterate over them and you use the `trust` endpoint (with the...

I see. I'll have a look (but it probably takes a bit)