WIP: Moderation type registry #26

Closed
cswimr wants to merge 146 commits from aurora-3rd-party 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")