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,
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org