buddypress / BP-REST

A RESTful API, for BuddyPress
157 stars 38 forks source link

Fix Messages endpoint failing PHPUnit test #466

Closed imath closed 2 years ago

imath commented 2 years ago

The requested user id is $u1 as a result the unread_count of the thread is the one of this user. This change is due to the commit we made on BuddyPress SVN trac, see [13339].

This commit also fixes a typo in the group avatar and group cover image unit tests.