@@ -439,6 +439,11 @@ test("handleObject()", async () => {
439
439
Hashtag : "as:Hashtag" ,
440
440
sensitive : "as:sensitive" ,
441
441
toot : "http://joinmastodon.org/ns#" ,
442
+ _misskey_quote : "misskey:_misskey_quote" ,
443
+ fedibird : "http://fedibird.com/ns#" ,
444
+ misskey : "https://misskey-hub.net/ns#" ,
445
+ quoteUri : "fedibird:quoteUri" ,
446
+ quoteUrl : "as:quoteUrl" ,
442
447
} ,
443
448
] ,
444
449
id : "https://example.com/users/someone/notes/123" ,
@@ -534,6 +539,11 @@ test("handleObject()", async () => {
534
539
Hashtag : "as:Hashtag" ,
535
540
sensitive : "as:sensitive" ,
536
541
toot : "http://joinmastodon.org/ns#" ,
542
+ _misskey_quote : "misskey:_misskey_quote" ,
543
+ fedibird : "http://fedibird.com/ns#" ,
544
+ misskey : "https://misskey-hub.net/ns#" ,
545
+ quoteUri : "fedibird:quoteUri" ,
546
+ quoteUrl : "as:quoteUrl" ,
537
547
} ,
538
548
] ,
539
549
id : "https://example.com/users/someone/notes/123" ,
@@ -719,12 +729,17 @@ test("handleCollection()", async () => {
719
729
"https://www.w3.org/ns/activitystreams" ,
720
730
"https://w3id.org/security/data-integrity/v1" ,
721
731
{
732
+ toot : "http://joinmastodon.org/ns#" ,
733
+ misskey : "https://misskey-hub.net/ns#" ,
734
+ fedibird : "http://fedibird.com/ns#" ,
722
735
ChatMessage : "http://litepub.social/ns#ChatMessage" ,
723
736
Emoji : "toot:Emoji" ,
724
737
Hashtag : "as:Hashtag" ,
725
738
sensitive : "as:sensitive" ,
726
- toot : "http://joinmastodon.org/ns#" ,
727
739
votersCount : "toot:votersCount" ,
740
+ _misskey_quote : "misskey:_misskey_quote" ,
741
+ quoteUri : "fedibird:quoteUri" ,
742
+ quoteUrl : "as:quoteUrl" ,
728
743
} ,
729
744
] ;
730
745
assertEquals ( await response . json ( ) , {
@@ -1161,6 +1176,11 @@ test("respondWithObject()", async () => {
1161
1176
Hashtag : "as:Hashtag" ,
1162
1177
sensitive : "as:sensitive" ,
1163
1178
toot : "http://joinmastodon.org/ns#" ,
1179
+ _misskey_quote : "misskey:_misskey_quote" ,
1180
+ fedibird : "http://fedibird.com/ns#" ,
1181
+ misskey : "https://misskey-hub.net/ns#" ,
1182
+ quoteUri : "fedibird:quoteUri" ,
1183
+ quoteUrl : "as:quoteUrl" ,
1164
1184
} ,
1165
1185
] ,
1166
1186
id : "https://example.com/notes/1" ,
@@ -1196,6 +1216,11 @@ test("respondWithObjectIfAcceptable", async () => {
1196
1216
Hashtag : "as:Hashtag" ,
1197
1217
sensitive : "as:sensitive" ,
1198
1218
toot : "http://joinmastodon.org/ns#" ,
1219
+ _misskey_quote : "misskey:_misskey_quote" ,
1220
+ fedibird : "http://fedibird.com/ns#" ,
1221
+ misskey : "https://misskey-hub.net/ns#" ,
1222
+ quoteUri : "fedibird:quoteUri" ,
1223
+ quoteUrl : "as:quoteUrl" ,
1199
1224
} ,
1200
1225
] ,
1201
1226
id : "https://example.com/notes/1" ,
0 commit comments