Group Members Not Updated #759
Unanswered
webatspeed
asked this question in
Q&A
Replies: 1 comment
-
|
Did you call |
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.
-
I followed Getting Started and then created a group chat. Multiple users have joined the chat via invite link, but the members information only lists me. Thus, when sending messages via API, only I receive the messages in the group chat. When using the iOS client, everything works fine. What's wrong?
curl 'http://domain/v1/about'
{"versions":["v1","v2"],"build":2,"mode":"native","version":"0.95","capabilities":{"v2/send":["quotes","mentions"]}}
curl 'http://domain/v1/receive/+49xxxxxxxxxx'
[] // lists info like "Received a sync message" on first call
curl 'http://domain/v1/groups/+49xxxxxxxxxx/group.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
{"name":"","description":"","id":"group.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","internal_id":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","members":["+49xxxxxxxxxx"],"blocked":false,"pending_invites":[],"pending_requests":[],"invite_link":"https://signal.group/#xxxxxxxxxxxxxxxxxxxxxxxxxx","admins":["+49xxxxxxxxxx"]}
curl -X POST -H "Content-Type: application/json" 'http://domain/v2/send' -d '{"message": "Test via Signal API!", "number": "+49xxxxxxxxxx", "base64_attachments": ["'"${TMPFILE}"'"], "recipients": [ "group.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ]}' // only one recipient inside group chatBeta Was this translation helpful? Give feedback.
All reactions