From 25e090148d456bab057c456f1446301a6ffe56f4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 14 Jan 2015 14:15:04 -0800 Subject: federate consensus items (in network only). Work in progress. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1de8bcc41..83bbcc3b2 100755 --- a/boot.php +++ b/boot.php @@ -569,7 +569,7 @@ define ( 'ITEM_ORIGIN', 0x0001); define ( 'ITEM_UNSEEN', 0x0002); define ( 'ITEM_STARRED', 0x0004); define ( 'ITEM_UPLINK', 0x0008); -define ( 'ITEM_UPLINK_PRV', 0x0010); +define ( 'ITEM_CONSENSUS', 0x0010); // an item which may present agree/disagree/abstain options define ( 'ITEM_WALL', 0x0020); define ( 'ITEM_THREAD_TOP', 0x0040); define ( 'ITEM_NOTSHOWN', 0x0080); // technically visible but not normally shown (e.g. like/dislike) -- cgit v1.2.3