Committer: sbelyaev
LJSUP-12902: Create notifications for repostsU trunk/cgi-bin/LJ/NotificationInbox.pm
Modified: trunk/cgi-bin/LJ/NotificationInbox.pm =================================================================== --- trunk/cgi-bin/LJ/NotificationInbox.pm 2012-07-31 09:30:37 UTC (rev 22523) +++ trunk/cgi-bin/LJ/NotificationInbox.pm 2012-07-31 09:35:44 UTC (rev 22524) @@ -782,7 +782,11 @@ } sub entrycomment_event_list { - my @events = ( 'JournalNewEntry', 'JournalNewComment'); + my @events = qw( + JournalNewEntry + JournalNewRepost + JournalNewComment + ); return @events; }