Renato Alves

Results 92 comments of Renato Alves
trafficstars

I wonder why Members is doing this at all. Nice enhancement but not Members job to provide members user data.

Second option seems better to me. I also agree with you a custom table might be too much.

I don't use this feature quite often, so it would be good to have more information here: - Endpoint namespace. Any preference? - `http://site.com/wp-json/buddypress/v1/member|group_types/` ? - Schema of a group/member...

Are you authenticated? This error implies the current user is not logged in.

@ranfen I can't reproduce this issue. 🤔

> We will do it in the BP Attachments plugin we’re working on. @imath Any feedback or progress?

No endpoint performs this specific check, but I think you can use https://developer.buddypress.org/bp-rest-api/reference/private-messaging/#list-messages-threads to get a user list of thread messages and compare it against this other user.

Could you elaborate more on ,what, and how, you are trying to do? If you have an app, for example, that lists the threads of a user, why would you...

It looks like you want a new field on the [member schema](https://developer.buddypress.org/bp-rest-api/reference/members/#schema), similar to the `friendship_status` but checking if a user has a thread with the current logged in user.

Since you would: get the activities and the user related to the activity (including this new field with the "status" of the user, meaning if they have a thread with...