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

[incubator-ponymail-foal] branch master updated: Change to agree with classic PonyMail

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 bb3b8a3  Change to agree with classic PonyMail
bb3b8a3 is described below

commit bb3b8a37d153598fb31f32497208c99d3a828c65
Author: Sebb <se...@apache.org>
AuthorDate: Thu Oct 7 00:52:53 2021 +0100

    Change to agree with classic PonyMail
---
 server/endpoints/stats.py | 2 +-
 server/openapi.yaml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py
index 8151985..3cbfc94 100644
--- a/server/endpoints/stats.py
+++ b/server/endpoints/stats.py
@@ -79,7 +79,7 @@ async def process(
         "cloud": wordcloud,
         "participants": top10_authors,
         "thread_struct": tstruct,
-        "search_list": f"<{xlist}.{xdomain}>",
+        "searchlist": f"<{xlist}.{xdomain}>",
         "domain": xdomain,
         "name": xlist,
         "list": f"{xlist}@{xdomain}",
diff --git a/server/openapi.yaml b/server/openapi.yaml
index ce8af61..d0086bc 100644
--- a/server/openapi.yaml
+++ b/server/openapi.yaml
@@ -269,7 +269,7 @@ components:
               name: Jane Doe
               count: 5
               gravatar: "7ddfb840a4db40a01ac99d29e82267b0"
-        search_list:
+        searchlist:
           description: The raw List-ID (if any) of the search parameters
           type: string
           example: "<dev.lists.example.org>"