mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
add fep-044f "quote" to context and model
This commit is contained in:
parent
00c0bdbc94
commit
2aaed4764c
2 changed files with 5 additions and 0 deletions
|
@ -540,6 +540,10 @@ const extension_context_definition = {
|
||||||
quoteUrl: 'as:quoteUrl',
|
quoteUrl: 'as:quoteUrl',
|
||||||
fedibird: 'http://fedibird.com/ns#',
|
fedibird: 'http://fedibird.com/ns#',
|
||||||
quoteUri: 'fedibird:quoteUri',
|
quoteUri: 'fedibird:quoteUri',
|
||||||
|
quote: {
|
||||||
|
'@id': 'https://w3id.org/fep/044f#quote',
|
||||||
|
'@type': '@id',
|
||||||
|
},
|
||||||
// Mastodon
|
// Mastodon
|
||||||
toot: 'http://joinmastodon.org/ns#',
|
toot: 'http://joinmastodon.org/ns#',
|
||||||
Emoji: 'toot:Emoji',
|
Emoji: 'toot:Emoji',
|
||||||
|
|
|
@ -204,6 +204,7 @@ export interface IPost extends IObject {
|
||||||
_misskey_content?: string;
|
_misskey_content?: string;
|
||||||
quoteUrl?: string;
|
quoteUrl?: string;
|
||||||
quoteUri?: string;
|
quoteUri?: string;
|
||||||
|
quote?: string;
|
||||||
updated?: string;
|
updated?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue