we'll need a special system channel (not attached to any account) for directory synchronisation

This commit is contained in:
friendica
2013-03-18 17:55:04 -07:00
parent 11534ae91e
commit 9d6a4093ba
3 changed files with 29 additions and 10 deletions

View File

@@ -147,6 +147,7 @@ define ( 'PAGE_NORMAL', 0x0000 );
define ( 'PAGE_HIDDEN', 0x0001 );
define ( 'PAGE_AUTOCONNECT', 0x0002 );
define ( 'PAGE_APPLICATION', 0x0004 );
define ( 'PAGE_DIRECTORY_CHANNEL', 0x0008 ); // system channel used for directory synchronisation
define ( 'PAGE_REMOVED', 0x8000 );