WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 5b64ee9578 - Show all commits

View file

@ -289,6 +289,9 @@ async def evidenceformat_factory(moderation: Moderation) -> str:
content += f"\nReason: {moderation.reason}"
for key, value in moderation.metadata.items():
content += f"\n{key.title()}: {value}"
return box(content, "prolog")