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

Revert "Look up referenced FTN MSGID of messages being POSTed and use in FTN-REPLY"

This reverts commit d4692e0a.

Not the fix we're looking for.
parent 6b08ef0f
No related branches found
No related tags found
No related merge requests found
......@@ -1004,12 +1004,6 @@ while(client.socket.is_connected && !quit) {
else
hdr.attr&=~MSG_MODERATED;
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;
}
if(msgbase.save_msg(hdr,client,body)) {
log(format("%s posted a message (%u chars, %u lines) on %s (%s)"
,user.alias, body.length, lines, newsgroups[n], msgbase.cfg.code));
......
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