afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-22 03:21 am

[dw-free] replying from email doesn't thread properly

[commit: http://hg.dwscoalition.org/dw-free/rev/6def922a6dc9]

http://bugs.dwscoalition.org/show_bug.cgi?id=1184

Correct replyto value.

Patch by [personal profile] afuna.

Files modified:
  • htdocs/talkpost_do.bml
--------------------------------------------------------------------------------
diff -r ee248b71d181 -r 6def922a6dc9 htdocs/talkpost_do.bml
--- a/htdocs/talkpost_do.bml	Sat Aug 22 03:19:06 2009 +0000
+++ b/htdocs/talkpost_do.bml	Sat Aug 22 03:21:01 2009 +0000
@@ -153,7 +153,7 @@ body<=
         return LJ::Talk::talkform({ 'remote'      => $remote,
                                     'journalu'    => $journalu,
                                     'parpost'     => $parpost,
-                                    'replyto'     => $POST{replyto},
+                                    'replyto'     => $POST{replyto} || $POST{parenttalkid},
                                     'ditemid'     => $POST{itemid},
                                     'require_tos' => $require_tos,
                                     'do_captcha'  => $need_captcha,
--------------------------------------------------------------------------------