diff --git src/bp-templates/bp-nouveau/js/buddypress-activity.js src/bp-templates/bp-nouveau/js/buddypress-activity.js
index a8e6dcd52..e47543c2b 100644
|
|
window.bp = window.bp || {}; |
384 | 384 | // Make sure to only keep 5 root comments |
385 | 385 | this.hideComments( event ); |
386 | 386 | |
| 387 | // Reset the pagination for the scope. |
| 388 | this.current_page = 1; |
| 389 | |
387 | 390 | // Mentions are specific |
388 | 391 | if ( 'mentions' === data.scope && undefined !== data.response.new_mentions ) { |
389 | 392 | $.each( data.response.new_mentions, function( i, id ) { |