aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 14:35:42 -0800
committerfriendica <info@friendica.com>2014-03-04 14:35:42 -0800
commit86d60f572f6accb086f7cd4271ababde2c5d3669 (patch)
tree4db82a891da7b73be248f083770716cb3f1099f5 /boot.php
parentf2c8559170f7271a60df624d4222a2bc88435687 (diff)
downloadvolse-hubzilla-86d60f572f6accb086f7cd4271ababde2c5d3669.tar.gz
volse-hubzilla-86d60f572f6accb086f7cd4271ababde2c5d3669.tar.bz2
volse-hubzilla-86d60f572f6accb086f7cd4271ababde2c5d3669.zip
change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 19d79941c..863085526 100755
--- a/boot.php
+++ b/boot.php
@@ -290,6 +290,7 @@ define ( 'ABOOK_FLAG_IGNORED' , 0x0002);
define ( 'ABOOK_FLAG_HIDDEN' , 0x0004);
define ( 'ABOOK_FLAG_ARCHIVED' , 0x0008);
define ( 'ABOOK_FLAG_PENDING' , 0x0010);
+define ( 'ABOOK_FLAG_UNCONNECTED', 0x0020);
define ( 'ABOOK_FLAG_SELF' , 0x0080);