Replies: 1 comment
-
I think I found the correct syntax.. You'll need the users users 'safety number' located in the signal app. curl -X PUT -H "Content-Type: application/json" -d '{"verified_safety_number": "XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX"}' 'http://192.168.1.26:8787/v1/identities/+GROUPADMINNUMBER/trust/+NUMBERTOTRUST' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
"Failed to send message due to untrusted identities"
I have a group of family members (in a group) and one of those family members is apparently 'untrusted' and does not receive any group messages.
I'm sure I'm doing something wrong but I've tried a bunch of different strings and they all end up with an error of some sort. :-)
I've tried this:
curl -X POST -H "Content-Type: application/json" 'http://192.168.1.26:8787/v1/identities/+MYNUMBER/trust/+NUMBERTOTRUST'
but I get this:
100 18 100 18 0 0 4954 0 --:--:-- --:--:-- --:--:-- 9000404 page not found
Beta Was this translation helpful? Give feedback.
All reactions