From e06647b54e707f023911ee68d59205c1e85df67a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 11 Dec 2016 17:54:03 -0800 Subject: some preliminary work for email notification of likes - potentially destabilising so disabled until after next release --- Zotlabs/Module/Settings/Channel.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Module/Settings') 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:'), -- cgit v1.2.3