1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Finish Question/poll support

This commit is contained in:
Thomas Sileo
2022-07-24 12:36:59 +02:00
parent 3d5a86d51e
commit fb0081a554
8 changed files with 151 additions and 71 deletions

View File

@ -152,6 +152,7 @@ async def post_micropub_endpoint(
public_id = await send_create(
db_session,
"Note",
content,
uploads=[],
in_reply_to=None,