From 3d56ab227d03840928a9fcebb0a8508fe69f31b6 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 7 Nov 2012 18:48:31 -0800 Subject: turn multiple profiles into a feature, implement connection flags (block,hide,archive,etc.) --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') 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); -- cgit v1.2.3