From 7082d198c299debf633436c3fea0c0873de73199 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Nov 2012 18:15:13 -0800 Subject: 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. --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4f08d8921..05f586c73 100644 --- a/boot.php +++ b/boot.php @@ -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); -- cgit v1.2.3