a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/federation] Add quote context entries

Kopper 189dbc4e c65c20f5

+11
+11
Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/iceshrimp.json
··· 51 51 "@container": "@language" 52 52 }, 53 53 "htmlMfm": "https://w3id.org/fep/c16b#htmlMfm", 54 + 55 + "QuoteRequest": "https://w3id.org/fep/044f#QuoteRequest", 56 + "QuoteAuthorization": "https://w3id.org/fep/044f#QuoteAuthorization", 54 57 "interactionPolicy": { 55 58 "@id": "gts:interactionPolicy", 56 59 "@type": "@id" ··· 61 64 }, 62 65 "automaticApproval": { 63 66 "@id": "gts:automaticApproval", 67 + "@type": "@id" 68 + }, 69 + "interactingObject": { 70 + "@id": "gts:interactingObject", 71 + "@type": "@id" 72 + }, 73 + "interactionTarget": { 74 + "@id": "gts:interactionTarget", 64 75 "@type": "@id" 65 76 } 66 77 }