add fep-044f "quote" to context and model

This commit is contained in:
Hazelnoot 2025-06-06 13:53:02 -04:00
parent 00c0bdbc94
commit 2aaed4764c
2 changed files with 5 additions and 0 deletions

View file

@ -540,6 +540,10 @@ const extension_context_definition = {
quoteUrl: 'as:quoteUrl',
fedibird: 'http://fedibird.com/ns#',
quoteUri: 'fedibird:quoteUri',
quote: {
'@id': 'https://w3id.org/fep/044f#quote',
'@type': '@id',
},
// Mastodon
toot: 'http://joinmastodon.org/ns#',
Emoji: 'toot:Emoji',

View file

@ -204,6 +204,7 @@ export interface IPost extends IObject {
_misskey_content?: string;
quoteUrl?: string;
quoteUri?: string;
quote?: string;
updated?: string;
}