aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-07 18:48:31 -0800
committerfriendica <info@friendica.com>2012-11-07 18:48:31 -0800
commit3d56ab227d03840928a9fcebb0a8508fe69f31b6 (patch)
tree79930213612e9b8791550b3fa5c64bdbf211819e /boot.php
parentcc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 (diff)
downloadvolse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.tar.gz
volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.tar.bz2
volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.zip
turn multiple profiles into a feature, implement connection flags (block,hide,archive,etc.)
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 105bad381..fca06f57c 100644
--- a/boot.php
+++ b/boot.php
@@ -189,6 +189,7 @@ define ( 'PERMS_SPECIFIC' , 0x0080 );
define ( 'ABOOK_FLAG_BLOCKED' , 0x0001);
define ( 'ABOOK_FLAG_IGNORED' , 0x0002);
define ( 'ABOOK_FLAG_HIDDEN' , 0x0004);
+define ( 'ABOOK_FLAG_ARCHIVED' , 0x0008);
define ( 'ABOOK_FLAG_SELF' , 0x0080);