diff options
author | friendica <info@friendica.com> | 2014-03-04 14:35:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-04 14:35:42 -0800 |
commit | 86d60f572f6accb086f7cd4271ababde2c5d3669 (patch) | |
tree | 4db82a891da7b73be248f083770716cb3f1099f5 /boot.php | |
parent | f2c8559170f7271a60df624d4222a2bc88435687 (diff) | |
download | volse-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-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |