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 945ad98c415715e23c0bf057e515adb9ebde5b84 Author: Daniel Gruno <[email protected]> AuthorDate: Fri Sep 11 10:39:31 2020 +0200 children is a required field for threads.py --- server/plugins/mbox.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/plugins/mbox.py b/server/plugins/mbox.py index 329bb92..170a1c7 100644 --- a/server/plugins/mbox.py +++ b/server/plugins/mbox.py @@ -53,7 +53,8 @@ used_ui_fields = [ "epoch", "subject", "id", - "gravatar" + "gravatar", + "children", ]
