Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/12/2010 10:35:06 PM (14 years ago)
Author:
boonebgorges
Message:

Adds notifications for new activity at-mentions. Fixes #2155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-notifications.php

    r3362 r3403  
    1515        if ( !$receiver_user_id = bp_core_get_userid( $username ) )
    1616            continue;
     17           
     18        bp_core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id );
    1719
    1820        // Now email the user with the contents of the message (if they have enabled email notifications)
Note: See TracChangeset for help on using the changeset viewer.