diff options
author | friendica <info@friendica.com> | 2013-05-23 17:24:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-23 17:24:15 -0700 |
commit | c721c3a20e17783835672365ce56fe64876002c7 (patch) | |
tree | 23f3c5436e0aaab35fd5510b7bbb135f0dc5a46f /boot.php | |
parent | bb31e6bd6a7ad9c24d3537719a656c86de0e0ee5 (diff) | |
download | volse-hubzilla-c721c3a20e17783835672365ce56fe64876002c7.tar.gz volse-hubzilla-c721c3a20e17783835672365ce56fe64876002c7.tar.bz2 volse-hubzilla-c721c3a20e17783835672365ce56fe64876002c7.zip |
implement time travelling posts
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |