aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-12 18:06:34 -0800
committerfriendica <info@friendica.com>2013-01-12 18:06:34 -0800
commitd5c71e569143054582be589849bc9268167bbe8c (patch)
tree7a579b4dec6d397e8cb5f2b86a3e144e727bebbe /boot.php
parentf24ce356039e9988b25a7fa6b1e74a3ad880745a (diff)
downloadvolse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.tar.gz
volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.tar.bz2
volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.zip
start on tag deliver rewrite
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index ba61f3831..eb9d71f98 100644
--- a/boot.php
+++ b/boot.php
@@ -389,6 +389,7 @@ 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
+define ( 'ITEM_MENTIONSME', 0x0400);
/**