I have checked with plugin:
buddypress-group-email-subscription/bp-activity-subscription-digest.php
there is conditional checked with database
i.e
$user_subscriptions = $wpdb->get_results( $wpdb->prepare( “SELECT user_id, meta_value FROM $wpdb->usermeta WHERE meta_key = ‘ass_digest_items’ AND meta_value != ”” ) );
Please help me by explaining , in which condition meta_value is updated for meta_key = ‘ass_digest_items’
“ass_digest_items” is used in buddypress-group-email-subscription/bp-activity-subscription-digest.php
as per my knowlodge “ass_digest_items” value should be updated when any comment/post is added.
But i am not able to update the value for “ass_digest_items”