diff options
author | friendica <info@friendica.com> | 2013-07-24 21:08:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-24 21:08:45 -0700 |
commit | 9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2 (patch) | |
tree | 989cd6777ccb381d774f90c2ba41c00ebd81e519 | |
parent | 1a624c10aaa7652289ea54c7846d4dcac13464b8 (diff) | |
download | volse-hubzilla-9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2.tar.gz volse-hubzilla-9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2.tar.bz2 volse-hubzilla-9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2.zip |
obscured flags for items
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 /** * |