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

commit 7f5bf9662083b8cc32272ff63b7f0306484f41b7
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Sep 8 12:19:27 2020 +0200

    Pass search params back to client
---
 server/endpoints/stats.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/endpoints/stats.py b/server/endpoints/stats.py
index 2f470f6..c9f6568 100644
--- a/server/endpoints/stats.py
+++ b/server/endpoints/stats.py
@@ -83,6 +83,7 @@ async def process(
         "search_list": f"<{xlist}.{xdomain}>",
         "domain": xdomain,
         "list": f"{xlist}@{xdomain}",
+        "searchParams": indata,
     }
 
 

Reply via email to