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

sebb 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 34b4d21  Classic PonyMail returns the list name
34b4d21 is described below

commit 34b4d21ec7ea205d4f0da6df2736ae7b6bf2abbd
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 7 00:04:57 2021 +0100

    Classic PonyMail returns the list name
---
 server/endpoints/stats.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py
index 14c8af3..35eb615 100644
--- a/server/endpoints/stats.py
+++ b/server/endpoints/stats.py
@@ -80,6 +80,7 @@ async def process(
         "thread_struct": tstruct,
         "search_list": f"<{xlist}.{xdomain}>",
         "domain": xdomain,
+        "name": xlist,
         "list": f"{xlist}@{xdomain}",
         "searchParams": indata,
     }

Reply via email to