i had this
<?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?>
in …/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
i changed this way
<?php if ( bp_has_activities( bp_ajax_querystring( ‘object=status’ ) ) ) : ?>