aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-16 15:53:02 -0800
committerfriendica <info@friendica.com>2012-11-16 15:53:02 -0800
commitb8609aba638c15164e0e3aa1689578a24c268959 (patch)
treeab891d5eb6a7cc5f507f4306da75ed4e4299a4ba /boot.php
parent661d418222f97a3fca18357b9d136b5817e2450d (diff)
downloadvolse-hubzilla-b8609aba638c15164e0e3aa1689578a24c268959.tar.gz
volse-hubzilla-b8609aba638c15164e0e3aa1689578a24c268959.tar.bz2
volse-hubzilla-b8609aba638c15164e0e3aa1689578a24c268959.zip
little stuff
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1f7c7d6c9..4f08d8921 100644
--- a/boot.php
+++ b/boot.php
@@ -358,7 +358,7 @@ define ( 'ITEM_WALL', 0x0020);
define ( 'ITEM_THREAD_TOP', 0x0040);
define ( 'ITEM_NOTSHOWN', 0x0080); // technically visible but not normally shown (e.g. like/dislike)
define ( 'ITEM_NSFW', 0x0100);
-
+define ( 'ITEM_RELAY', 0x0200); // used only in the communication layers, not stored
/**