mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
poke notifications
This commit is contained in:
parent
b78bd8cc94
commit
a54278649f
5 changed files with 74 additions and 1 deletions
1
boot.php
1
boot.php
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue