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 a724b9befacb728164c36f7348e32c3de593d30f Author: Daniel Gruno <[email protected]> AuthorDate: Sun Sep 6 19:23:05 2020 +0200 needs another newline --- server/endpoints/preferences.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/endpoints/preferences.py b/server/endpoints/preferences.py index aa3a682..bfd7e3b 100644 --- a/server/endpoints/preferences.py +++ b/server/endpoints/preferences.py @@ -21,6 +21,7 @@ import plugins.aaa """ Generic preferences endpoint for Pony Mail codename Foal""" """ This is incomplete, but will work for anonymous tests. """ + async def process( server: plugins.server.BaseServer, session: dict, indata: dict ) -> dict:
