diff options
author | friendica <info@friendica.com> | 2012-11-29 18:15:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-29 18:15:13 -0800 |
commit | 7082d198c299debf633436c3fea0c0873de73199 (patch) | |
tree | df7096f672e28186303b6c032f9ff76a6a300ef0 /boot.php | |
parent | e1380525841509ae9bf05c11bf27f655567e63ae (diff) | |
download | volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.tar.gz volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.tar.bz2 volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.zip |
Now if you follow somebody it will create an abook entry on the other site with blocked,ignored, and pending set. No "friend notifications" yet.
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ define ( 'ABOOK_FLAG_BLOCKED' , 0x0001); define ( 'ABOOK_FLAG_IGNORED' , 0x0002); define ( 'ABOOK_FLAG_HIDDEN' , 0x0004); define ( 'ABOOK_FLAG_ARCHIVED' , 0x0008); +define ( 'ABOOK_FLAG_PENDING' , 0x0010); define ( 'ABOOK_FLAG_SELF' , 0x0080); |