commit fa77144d20b25c259ef9ffed10f206998f72709f
parent ae3bd67b4b5a30dd306bf1a0dd5c6fa9d7dbbbd0
Author: Peter Kosyh <p.kosyh@gmail.com>
Date: Thu, 3 Sep 2020 22:50:32 +0300
remove test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii-node/web.go b/ii-node/web.go
@@ -318,7 +318,7 @@ func www_reply(user *ii.User, www WWW, w http.ResponseWriter, r *http.Request, i
subj := r.FormValue("subj")
to := r.FormValue("to")
msg := r.FormValue("msg")
- text := fmt.Sprintf("%s\n%s\n%s\n\n@repto:%s\n%s", m.Echo+"2", to, subj, m.MsgId, msg)
+ text := fmt.Sprintf("%s\n%s\n%s\n\n@repto:%s\n%s", m.Echo, to, subj, m.MsgId, msg)
ii.Trace.Printf("Reply msg: %s\n", text)
m, err := ii.DecodeMsgline(text, false)
if err != nil {