forked from FoundKeyGang/FoundKey
federation: add context property to notes
This commit is contained in:
parent
9384ce8cf5
commit
1dd0b6aece
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue