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

Cleanup context and LD sig

This commit is contained in:
Thomas Sileo
2022-06-28 09:58:33 +02:00
parent e01a9ddbe4
commit 489ed6cbe0
5 changed files with 91 additions and 74 deletions

View File

@ -273,7 +273,7 @@ def send_create(
raise ValueError(f"Unhandled visibility {visibility}")
note = {
"@context": ap.AS_CTX,
"@context": ap.AS_EXTENDED_CTX,
"type": "Note",
"id": outbox_object_id(note_id),
"attributedTo": ID,