From 9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 24 Jul 2013 21:08:45 -0700 Subject: obscured flags for items --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5615c37b3..8f2f7af6e 100755 --- a/boot.php +++ b/boot.php @@ -456,7 +456,7 @@ define ( 'ITEM_NSFW', 0x0100); define ( 'ITEM_RELAY', 0x0200); // used only in the communication layers, not stored define ( 'ITEM_MENTIONSME', 0x0400); define ( 'ITEM_NOCOMMENT', 0x0800); // commenting/followups are disabled - +define ( 'ITEM_OBSCURED', 0x1000); // bit-mangled to protect from casual browsing by site admin /** * -- cgit v1.2.3