Committer: amyshkin
LJSUP-13403: Implement new ESN notification "Somebody promote entry in my journal" for Journal Promo Service usersU trunk/cgi-bin/LJ/Hooks/ESN.pm
Modified: trunk/cgi-bin/LJ/Hooks/ESN.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/ESN.pm 2012-09-07 07:21:20 UTC (rev 12620) +++ trunk/cgi-bin/LJ/Hooks/ESN.pm 2012-09-07 08:09:18 UTC (rev 12621) @@ -334,6 +334,7 @@ 'UserMessageRecvd-u', (LJ::is_enabled('wishlist_v2') && LJ::SUP->is_sup_enabled($remote) ? ('WishList', 'WishListExpire') : ()), 'GiveFeatures', + (LJ::is_enabled('journalpromo') ? ('JournalPromo-u') : ()), ]; } });