aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-23 20:36:10 -0700
committerfriendica <info@friendica.com>2014-09-23 20:36:10 -0700
commitf203d2a3b0955211b00743d2cc6c3a8a1347bbdd (patch)
tree325f5da98be1c6f2a41997e1b0a8ddf18f85d676 /boot.php
parent2b466ccb8ca24197b510d21229a3b68ed3760a59 (diff)
downloadvolse-hubzilla-f203d2a3b0955211b00743d2cc6c3a8a1347bbdd.tar.gz
volse-hubzilla-f203d2a3b0955211b00743d2cc6c3a8a1347bbdd.tar.bz2
volse-hubzilla-f203d2a3b0955211b00743d2cc6c3a8a1347bbdd.zip
diaspora private mail seems to work now - but there's an obfuscation leak via the conversation structure that needs to be dealt with.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index d412e82e4..dc94f202e 100755
--- a/boot.php
+++ b/boot.php
@@ -553,6 +553,7 @@ define ( 'ITEM_NOCOMMENT', 0x0800); // commenting/followups are disabled
define ( 'ITEM_OBSCURED', 0x1000); // bit-mangled to protect from casual browsing by site admin
define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was successful
define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to.
+define ( 'ITEM_RSS', 0x8000); // Item comes from a feed. Use this to decide whether to link the title
// Don't make us evaluate this same item again.
/**
*