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
commit 8d957f74367db3be179e02ab0373729a0403e0d6 Author: Sebb <[email protected]> AuthorDate: Sat Jan 29 13:13:57 2022 +0000 Ensure changes are flushed for testing --- server/plugins/auditlog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/plugins/auditlog.py b/server/plugins/auditlog.py index 43d69db..4b327cd 100644 --- a/server/plugins/auditlog.py +++ b/server/plugins/auditlog.py @@ -89,4 +89,5 @@ async def add_entry(session: plugins.session.SessionObject, action: str, target: "lid": lid, "log": log, }, + refresh='wait_for', )
