diff options
author | friendica <info@friendica.com> | 2013-03-18 17:55:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-18 17:55:04 -0700 |
commit | 9d6a4093baf805891d03eca871c6e3b5ff66eec3 (patch) | |
tree | e251b1995d68d143179f5ea14e4c297bbb2eaac7 /boot.php | |
parent | 11534ae91e535012f84a53a4026f5288d3a3e79f (diff) | |
download | volse-hubzilla-9d6a4093baf805891d03eca871c6e3b5ff66eec3.tar.gz volse-hubzilla-9d6a4093baf805891d03eca871c6e3b5ff66eec3.tar.bz2 volse-hubzilla-9d6a4093baf805891d03eca871c6e3b5ff66eec3.zip |
we'll need a special system channel (not attached to any account) for directory synchronisation
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); |