some preliminary work for email notification of likes - potentially destabilising so disabled until after next release

This commit is contained in:
zotlabs
2016-12-11 17:54:03 -08:00
parent 0f7d36cfa0
commit e06647b54e
4 changed files with 83 additions and 0 deletions

View File

@@ -518,6 +518,8 @@ class Channel {
'$notify7' => array('notify7', t('You are tagged in a post'), ($notify & NOTIFY_TAGSELF), NOTIFY_TAGSELF, '', $yes_no),
'$notify8' => array('notify8', t('You are poked/prodded/etc. in a post'), ($notify & NOTIFY_POKE), NOTIFY_POKE, '', $yes_no),
'$notify9' => array('notify9', t('Someone likes your post/comment'), ($notify & NOTIFY_LIKE), NOTIFY_LIKE, '', $yes_no),
'$lbl_vnot' => t('Show visual notifications including:'),