-
Notifications
You must be signed in to change notification settings - Fork 168
Messages: check if a member already messaged another member #394
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
Conversation
slaFFik
left a comment
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.
Definitely not a review, just random observations.
Co-authored-by: Slava Abakumov <282234+slaFFik@users.noreply.github.com>
Co-authored-by: Slava Abakumov <282234+slaFFik@users.noreply.github.com>
imath
left a comment
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.
Hi @renatonascalves patch looks good, many thanks to you for your work & to @slaFFik for his contributions. Feel free to SVN commit it!
`bp_has_message_threads` (and the BP REST API) can filter thread(s) messages by recipient IDs. Very useful when trying to identify if a member already messaged another. Props imath and slaFFik. See buddypress/BP-REST#455 Closes buddypress/buddypress#394 See #9229 and #9145 Fixes #9157 git-svn-id: http://buddypress.svn.wordpress.org/trunk@14069 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
`bp_has_message_threads` (and the BP REST API) can filter thread(s) messages by recipient IDs. Very useful when trying to identify if a member already messaged another. Props imath and slaFFik. See buddypress/BP-REST#455 Closes buddypress/buddypress#394 See #9229 and #9145 Fixes #9157 git-svn-id: https://buddypress.svn.wordpress.org/trunk@14069 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
`bp_has_message_threads` (and the BP REST API) can filter thread(s) messages by recipient IDs. Very useful when trying to identify if a member already messaged another. Props imath and slaFFik. See buddypress/BP-REST#455 Closes buddypress/buddypress#394 See #9229 and #9145 Fixes #9157 git-svn-id: https://buddypress.svn.wordpress.org/trunk@14069 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
Original request: buddypress/BP-REST#455
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9157
This Pull Request is for code review only. Please keep all other discussion in the BuddyPress Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the WordPress Core Handbook for more details.