Make ARTICLE respond with 220, not 221

This commit is contained in:
XANTRONIX Development 2025-01-10 00:46:11 -05:00
parent cdf48cebb5
commit 10f1e05f1a

View file

@ -623,7 +623,7 @@ class Session(Connection):
message.message_id
)
self.respond(ResponseCode.NNTP_ARTICLE_LISTING, text)
self.respond(ResponseCode.NNTP_ARTICLE_BODY, text)
self.message_send(message, part)
self.end()