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 /boot.php | |
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 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); |