federation: add context property to notes

This commit is contained in:
Johann150 2022-08-02 17:04:44 +02:00
parent 9384ce8cf5
commit 1dd0b6aece
Signed by untrusted user: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ export default async function renderNote(note: Note, dive = true, isTalk = false
return {
id: `${config.url}/notes/${note.id}`,
context: `${config.url}/notes/${note.threadId}`,
type: 'Note',
attributedTo,
summary,