Skip to content
Snippets Groups Projects
Commit 6b08ef0f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Don't overwrite the posted-reply FTN REPLY ID if it was provided by the client"

This reverts commit a7f1a24a.

Not the fix we're looking for.
parent 4db633b8
No related branches found
No related tags found
No related merge requests found
......@@ -1004,7 +1004,7 @@ while(client.socket.is_connected && !quit) {
else
hdr.attr&=~MSG_MODERATED;
if((!hdr.ftn_reply) && hdr.references) {
if(hdr.references) {
var replyto_hdr = msgbase.get_msg_header(hdr.references);
if(replyto_hdr && replyto_hdr.ftn_msgid)
hdr.ftn_reply = replyto_hdr.ftn_msgid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment