Commit 73096e57 authored by Jérome Perrin's avatar Jérome Perrin

fixup! post: review Post API

setting a title was a mistake, because it will just be HTML content. No
title at all is better.
parent e6fb4a89
return context.PostModule_createHTMLPost(
title=data.splitlines()[0][:30] if data else None,
source_reference=source_reference,
data=data,
follow_up=follow_up,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment