poke notifications

This commit is contained in:
friendica 2012-07-19 20:13:40 -07:00
parent b78bd8cc94
commit a54278649f
5 changed files with 74 additions and 1 deletions

View file

@ -191,6 +191,7 @@ define ( 'NOTIFY_SUGGEST', 0x0020 );
define ( 'NOTIFY_PROFILE', 0x0040 );
define ( 'NOTIFY_TAGSELF', 0x0080 );
define ( 'NOTIFY_TAGSHARE', 0x0100 );
define ( 'NOTIFY_POKE', 0x0200 );
define ( 'NOTIFY_SYSTEM', 0x8000 );