mark signature forgeries

This commit is contained in:
friendica
2014-10-16 16:19:19 -07:00
parent 8391e8b1a1
commit 7bbe700f3f
6 changed files with 16 additions and 4 deletions

View File

@@ -555,6 +555,7 @@ define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was success
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.
/**
*
* Reverse the effect of magic_quotes_gpc if it is enabled.