Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8045, comment 4


Ignore:
Timestamp:
02/02/2019 02:20:10 PM (6 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8045, comment 4

    initial v1  
    88About the timeline, we can always extend it, can't we ?
    99
    10 I'm asking because I've just added a [https://github.com/buddypress/BP-REST/pull/140 PR] to fix an issue for the Groups endpoint and I've just found the Members endpoint seems to be using the way WordPress is getting users, meaning it's not possible to list users when don't have the capability to do it (unlogged users or regular members). Is there a reason I'm not aware of explaining why `BP_User_Query` is not used to list members ?
     10I'm asking because I've just added a [https://github.com/buddypress/BP-REST/pull/140 PR] to fix an issue for the Groups endpoint and I've just found the Members endpoint seems to be using the way WordPress is getting users, meaning it's not possible to list users when you don't have the capability to do it (unlogged users or regular members). Is there a reason I'm not aware of explaining why `BP_User_Query` is not used to list members ?
    1111
    1212Maybe working on some real use cases would help us to polish the API ?