From c721c3a20e17783835672365ce56fe64876002c7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 23 May 2013 17:24:15 -0700 Subject: implement time travelling posts --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 80d7fe9d4..c9d0f7fe6 100755 --- a/boot.php +++ b/boot.php @@ -413,6 +413,7 @@ define ( 'ITEM_SPAM', 0x0008); define ( 'ITEM_DELETED', 0x0010); define ( 'ITEM_UNPUBLISHED', 0x0020); define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item +define ( 'ITEM_DELAYED_PUBLISH', 0x0080); /** * Item Flags -- cgit v1.2.3