aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-11 17:54:03 -0800
committerzotlabs <mike@macgirvin.com>2016-12-11 17:54:03 -0800
commite06647b54e707f023911ee68d59205c1e85df67a (patch)
treecdb6a08c28e6bbf323091c99b5aa0585268b415a /boot.php
parent0f7d36cfa0ed5896151078e305f4c2d2523f378c (diff)
downloadvolse-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 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 03d2b7d39..de67908b3 100755
--- a/boot.php
+++ b/boot.php
@@ -403,6 +403,7 @@ define ( 'NOTIFY_PROFILE', 0x0040 );
define ( 'NOTIFY_TAGSELF', 0x0080 );
define ( 'NOTIFY_TAGSHARE', 0x0100 );
define ( 'NOTIFY_POKE', 0x0200 );
+define ( 'NOTIFY_LIKE', 0x0400 );
define ( 'NOTIFY_SYSTEM', 0x8000 );