-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding contact via API #170
Conversation
Co-authored-by: Tommy Zaft <76645845+Tom-stack3@users.noreply.github.com>
Co-authored-by: Tommy Zaft <76645845+Tom-stack3@users.noreply.github.com>
Co-authored-by: Tommy Zaft <76645845+Tom-stack3@users.noreply.github.com>
Co-authored-by: Tom Ben-Dor <36517134+TomBenDor@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When sending new messages to a newly added contact, the API url should be:
http://foo.com/api/contacts/<username-of-receiver>/messages
Currently it's:
http://foo.com/api/contacts/<chat-id>/messages
Which is wrong and therefore not working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bon travail!
No description provided.