start on tag deliver rewrite

This commit is contained in:
friendica
2013-01-12 18:06:34 -08:00
parent f24ce35603
commit d5c71e5691
3 changed files with 49 additions and 53 deletions

View File

@@ -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);
/**