aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-27 20:28:48 -0700
committerfriendica <info@friendica.com>2014-03-27 20:28:48 -0700
commita6d8668a5f31def1a74fcdfe15a184acfe3d696d (patch)
treed58f65fb2cf1bfc8347478757f9c3dedeb5c6cab /boot.php
parent8c3efd20f4a56517d714bc533549251f41308d7e (diff)
downloadvolse-hubzilla-a6d8668a5f31def1a74fcdfe15a184acfe3d696d.tar.gz
volse-hubzilla-a6d8668a5f31def1a74fcdfe15a184acfe3d696d.tar.bz2
volse-hubzilla-a6d8668a5f31def1a74fcdfe15a184acfe3d696d.zip
try and sort out the item delete mess
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 115b5cd0c..737e11001 100755
--- a/boot.php
+++ b/boot.php
@@ -329,6 +329,12 @@ define ( 'UPDATE_FLAGS_FORCED', 0x0002);
define ( 'UPDATE_FLAGS_DELETED', 0x1000);
+
+define ( 'DROPITEM_NORMAL', 0);
+define ( 'DROPITEM_PHASE1', 1);
+define ( 'DROPITEM_PHASE2', 2);
+
+
/**
* Maximum number of "people who like (or don't like) this" that we will list by name
*/
@@ -511,6 +517,8 @@ define ( 'ITEM_DELAYED_PUBLISH', 0x0080);
define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody confuses this with ITEM_BLOCKED
define ( 'ITEM_PDL', 0x0200); // Page Description Language - e.g. Comanche
define ( 'ITEM_BUG', 0x0400); // Is a bug, can be used by the internal bug tracker
+define ( 'ITEM_PENDING_REMOVE', 0x0800); // deleted, notification period has lapsed
+
/**
* Item Flags
*/