diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-11 17:54:03 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-11 17:54:03 -0800 |
commit | e06647b54e707f023911ee68d59205c1e85df67a (patch) | |
tree | cdb6a08c28e6bbf323091c99b5aa0585268b415a /Zotlabs/Module/Settings | |
parent | 0f7d36cfa0ed5896151078e305f4c2d2523f378c (diff) | |
download | volse-hubzilla-e06647b54e707f023911ee68d59205c1e85df67a.tar.gz volse-hubzilla-e06647b54e707f023911ee68d59205c1e85df67a.tar.bz2 volse-hubzilla-e06647b54e707f023911ee68d59205c1e85df67a.zip |
some preliminary work for email notification of likes - potentially destabilising so disabled until after next release
Diffstat (limited to 'Zotlabs/Module/Settings')
-rw-r--r-- | Zotlabs/Module/Settings/Channel.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings/Channel.php b/Zotlabs/Module/Settings/Channel.php index b7cce7b96..a73aa2e60 100644 --- a/Zotlabs/Module/Settings/Channel.php +++ b/Zotlabs/Module/Settings/Channel.php @@ -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:'), |