You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
It was a long time since I created this, but if I'm not mistaken, you are supposed to used this method when retrieving all the messages for a conversation, so how you are getting that ID is up to you, but It should of probably be sent as a parameter to the function.
In general case you would have something like this in your url: /inbox/conversation/$ID
and you pass that $ID to the function as $message_id
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the public function get all messages you have Where id = message_id. Where are you getting the message id at this point?
The text was updated successfully, but these errors were encountered: