@@ -134,6 +134,7 @@ test("handleActor()", async () => {
134134 "https://w3id.org/security/data-integrity/v1" ,
135135 "https://www.w3.org/ns/did/v1" ,
136136 "https://w3id.org/security/multikey/v1" ,
137+ "https://gotosocial.org/ns" ,
137138 {
138139 alsoKnownAs : {
139140 "@id" : "as:alsoKnownAs" ,
@@ -236,6 +237,7 @@ test("handleActor()", async () => {
236237 "https://w3id.org/security/data-integrity/v1" ,
237238 "https://www.w3.org/ns/did/v1" ,
238239 "https://w3id.org/security/multikey/v1" ,
240+ "https://gotosocial.org/ns" ,
239241 {
240242 alsoKnownAs : {
241243 "@id" : "as:alsoKnownAs" ,
@@ -396,6 +398,7 @@ test("handleObject()", async () => {
396398 "@context" : [
397399 "https://www.w3.org/ns/activitystreams" ,
398400 "https://w3id.org/security/data-integrity/v1" ,
401+ "https://gotosocial.org/ns" ,
399402 {
400403 Emoji : "toot:Emoji" ,
401404 Hashtag : "as:Hashtag" ,
@@ -494,6 +497,7 @@ test("handleObject()", async () => {
494497 "@context" : [
495498 "https://www.w3.org/ns/activitystreams" ,
496499 "https://w3id.org/security/data-integrity/v1" ,
500+ "https://gotosocial.org/ns" ,
497501 {
498502 Emoji : "toot:Emoji" ,
499503 Hashtag : "as:Hashtag" ,
@@ -679,6 +683,7 @@ test("handleCollection()", async () => {
679683 "https://w3id.org/identity/v1" ,
680684 "https://www.w3.org/ns/activitystreams" ,
681685 "https://w3id.org/security/data-integrity/v1" ,
686+ "https://gotosocial.org/ns" ,
682687 {
683688 toot : "http://joinmastodon.org/ns#" ,
684689 misskey : "https://misskey-hub.net/ns#" ,
@@ -704,6 +709,7 @@ test("handleCollection()", async () => {
704709 "@context" : [
705710 "https://www.w3.org/ns/activitystreams" ,
706711 "https://w3id.org/security/data-integrity/v1" ,
712+ "https://gotosocial.org/ns" ,
707713 {
708714 toot : "http://joinmastodon.org/ns#" ,
709715 misskey : "https://misskey-hub.net/ns#" ,
@@ -802,6 +808,7 @@ test("handleCollection()", async () => {
802808 "@context" : [
803809 "https://www.w3.org/ns/activitystreams" ,
804810 "https://w3id.org/security/data-integrity/v1" ,
811+ "https://gotosocial.org/ns" ,
805812 {
806813 toot : "http://joinmastodon.org/ns#" ,
807814 misskey : "https://misskey-hub.net/ns#" ,
@@ -871,6 +878,7 @@ test("handleCollection()", async () => {
871878 "@context" : [
872879 "https://www.w3.org/ns/activitystreams" ,
873880 "https://w3id.org/security/data-integrity/v1" ,
881+ "https://gotosocial.org/ns" ,
874882 {
875883 toot : "http://joinmastodon.org/ns#" ,
876884 misskey : "https://misskey-hub.net/ns#" ,
@@ -936,6 +944,7 @@ test("handleCollection()", async () => {
936944 "@context" : [
937945 "https://www.w3.org/ns/activitystreams" ,
938946 "https://w3id.org/security/data-integrity/v1" ,
947+ "https://gotosocial.org/ns" ,
939948 {
940949 toot : "http://joinmastodon.org/ns#" ,
941950 misskey : "https://misskey-hub.net/ns#" ,
@@ -1005,6 +1014,7 @@ test("handleCollection()", async () => {
10051014 "@context" : [
10061015 "https://www.w3.org/ns/activitystreams" ,
10071016 "https://w3id.org/security/data-integrity/v1" ,
1017+ "https://gotosocial.org/ns" ,
10081018 {
10091019 toot : "http://joinmastodon.org/ns#" ,
10101020 misskey : "https://misskey-hub.net/ns#" ,
@@ -1254,6 +1264,7 @@ test("respondWithObject()", async () => {
12541264 "@context" : [
12551265 "https://www.w3.org/ns/activitystreams" ,
12561266 "https://w3id.org/security/data-integrity/v1" ,
1267+ "https://gotosocial.org/ns" ,
12571268 {
12581269 Emoji : "toot:Emoji" ,
12591270 Hashtag : "as:Hashtag" ,
@@ -1386,6 +1397,7 @@ test("respondWithObjectIfAcceptable", async () => {
13861397 "@context" : [
13871398 "https://www.w3.org/ns/activitystreams" ,
13881399 "https://w3id.org/security/data-integrity/v1" ,
1400+ "https://gotosocial.org/ns" ,
13891401 {
13901402 Emoji : "toot:Emoji" ,
13911403 Hashtag : "as:Hashtag" ,
@@ -1565,6 +1577,7 @@ test("handleCustomCollection()", async () => {
15651577 "https://w3id.org/identity/v1" ,
15661578 "https://www.w3.org/ns/activitystreams" ,
15671579 "https://w3id.org/security/data-integrity/v1" ,
1580+ "https://gotosocial.org/ns" ,
15681581 {
15691582 toot : "http://joinmastodon.org/ns#" ,
15701583 misskey : "https://misskey-hub.net/ns#" ,
@@ -1589,6 +1602,7 @@ test("handleCustomCollection()", async () => {
15891602 const CONTEXT = [
15901603 "https://www.w3.org/ns/activitystreams" ,
15911604 "https://w3id.org/security/data-integrity/v1" ,
1605+ "https://gotosocial.org/ns" ,
15921606 {
15931607 toot : "http://joinmastodon.org/ns#" ,
15941608 misskey : "https://misskey-hub.net/ns#" ,
0 commit comments