mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
NOTIFY_SYSTEM
This commit is contained in:
parent
2e797a6243
commit
5bb7303408
2 changed files with 9 additions and 1 deletions
3
boot.php
3
boot.php
|
@ -135,6 +135,9 @@ define ( 'NOTIFY_PROFILE', 0x0040 );
|
|||
define ( 'NOTIFY_TAGSELF', 0x0080 );
|
||||
define ( 'NOTIFY_TAGSHARE', 0x0100 );
|
||||
|
||||
define ( 'NOTIFY_SYSTEM', 0x8000 );
|
||||
|
||||
|
||||
/**
|
||||
* various namespaces we may need to parse
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue