summaryrefslogtreecommitdiffstats
path: root/askbot/mail/lamson_handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/mail/lamson_handlers.py')
-rw-r--r--askbot/mail/lamson_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/mail/lamson_handlers.py b/askbot/mail/lamson_handlers.py
index 7ecdb0a9..6f94c990 100644
--- a/askbot/mail/lamson_handlers.py
+++ b/askbot/mail/lamson_handlers.py
@@ -296,6 +296,6 @@ def PROCESS(
robj.edit_post(body_text)#in this case we don't touch the title
elif robj.reply_action in add_post_actions:
if robj.was_used:
- robj.edit_post(body_text, reply_action = 'append_content')
+ robj.edit_post(body_text, edit_response = True)
else:
robj.create_reply(body_text)