1
1
Fork 0

flatten conversation hierarchy to one level on import but preserve all thread info

in case somebody wants to write a plugin to display as multi-level thread
This commit is contained in:
Friendika 2010-12-04 23:16:16 -08:00
commit e9a1abd133
4 changed files with 25 additions and 6 deletions

View file

@ -2,7 +2,7 @@
set_time_limit(0);
define ( 'BUILD_ID', 1020 );
define ( 'BUILD_ID', 1021 );
define ( 'DFRN_PROTOCOL_VERSION', '2.0' );
define ( 'EOL', "<br />\r\n" );