Loading CHANGES.md +9 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,15 @@ Version 1.0.18 To be released. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.0.17 -------------- Loading src/codegen/__snapshots__/class.test.ts.snap +10 −10 File changed.Preview size limit exceeded, changes collapsed. Show changes src/federation/handler.test.ts +2 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,7 @@ test("handleActor()", async () => { value: "schema:value", misskey: "https://misskey-hub.net/ns#", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading Loading @@ -308,6 +309,7 @@ test("handleActor()", async () => { value: "schema:value", misskey: "https://misskey-hub.net/ns#", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading src/vocab/application.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ defaultContext: "@type": "@id" manuallyApprovesFollowers: "as:manuallyApprovesFollowers" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading src/vocab/group.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ defaultContext: "@type": "@id" manuallyApprovesFollowers: "as:manuallyApprovesFollowers" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading Loading
CHANGES.md +9 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,15 @@ Version 1.0.18 To be released. - Added the following default context to `Application`, `Group`, `Organization`, `Person`, and `Service` classes: ~~~~ json { "Emoji": "http://joinmastodon.org/ns#Emoji" } ~~~~ Version 1.0.17 -------------- Loading
src/codegen/__snapshots__/class.test.ts.snap +10 −10 File changed.Preview size limit exceeded, changes collapsed. Show changes
src/federation/handler.test.ts +2 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,7 @@ test("handleActor()", async () => { value: "schema:value", misskey: "https://misskey-hub.net/ns#", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading Loading @@ -308,6 +309,7 @@ test("handleActor()", async () => { value: "schema:value", misskey: "https://misskey-hub.net/ns#", isCat: "misskey:isCat", Emoji: "toot:Emoji", }, ], id: "https://example.com/users/someone", Loading
src/vocab/application.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ defaultContext: "@type": "@id" manuallyApprovesFollowers: "as:manuallyApprovesFollowers" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading
src/vocab/group.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ defaultContext: "@type": "@id" manuallyApprovesFollowers: "as:manuallyApprovesFollowers" toot: "http://joinmastodon.org/ns#" Emoji: "toot:Emoji" featured: "@id": "toot:featured" "@type": "@id" Loading