You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/06/04 10:26:56 UTC

[incubator-ponymail-foal] branch master updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new c50079a  fix typo
c50079a is described below

commit c50079a392958770acfbe8de058da1ce446bb3c2
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Jun 4 12:26:50 2021 +0200

    fix typo
---
 server/endpoints/compose.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/endpoints/compose.py b/server/endpoints/compose.py
index bb5c75a..d7e7e21 100644
--- a/server/endpoints/compose.py
+++ b/server/endpoints/compose.py
@@ -54,7 +54,7 @@ async def process(
     if session.credentials and session.credentials.authoritative:
         subject = indata.get("subject")
         body = indata.get("body")
-        irt = indata.get("in-repl-to")
+        irt = indata.get("in-reply-to")
         references = indata.get("references")
 
         if to and subject and body: