refactor: ✨ Make speakAsCat an ActivityPub extension
https://joinfirefish.org/ns/#speakascat Closes #10744
This commit is contained in:
parent
b0be07fb0a
commit
7bb8473fc7
1 changed files with 3 additions and 2 deletions
|
@ -35,10 +35,11 @@ export const renderActivity = (x: any): IActivity | null => {
|
||||||
schema: "http://schema.org#",
|
schema: "http://schema.org#",
|
||||||
PropertyValue: "schema:PropertyValue",
|
PropertyValue: "schema:PropertyValue",
|
||||||
value: "schema:value",
|
value: "schema:value",
|
||||||
|
// Firefish
|
||||||
|
firefish: "https://joinfirefish.org/ns#",
|
||||||
|
speakLikeCat: "firefish:speakLikeCat",
|
||||||
// Misskey
|
// Misskey
|
||||||
misskey: "https://misskey-hub.net/ns#",
|
misskey: "https://misskey-hub.net/ns#",
|
||||||
_misskey_reaction: "misskey:_misskey_reaction",
|
|
||||||
_misskey_votes: "misskey:_misskey_votes",
|
|
||||||
_misskey_talk: "misskey:_misskey_talk",
|
_misskey_talk: "misskey:_misskey_talk",
|
||||||
isCat: "misskey:isCat",
|
isCat: "misskey:isCat",
|
||||||
// Fedibird
|
// Fedibird
|
||||||
|
|
Loading…
Reference in a new issue