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

@@ -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 );