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] Optimize iceshrimp context

Since we can't automatically strip unused IRI prefix aliases, it's more efficient to inline the ones with less than 3 usages.

+3 -5
+3 -5
Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/iceshrimp.json
··· 15 15 "movedToUri": "as:movedTo", 16 16 "sensitive": "as:sensitive", 17 17 "Hashtag": "as:Hashtag", 18 - "quoteUri": "fedibird:quoteUri", 18 + "quoteUri": "http://fedibird.com/ns#quoteUri", 19 19 "quoteUrl": "as:quoteUrl", 20 20 "toot": "http://joinmastodon.org/ns#", 21 21 "Emoji": "toot:Emoji", 22 22 "discoverable": "toot:discoverable", 23 - "schema": "http://schema.org#", 24 - "PropertyValue": "schema:PropertyValue", 25 - "value": "schema:value", 23 + "PropertyValue": "http://schema.org#PropertyValue", 24 + "value": "http://schema.org#value", 26 25 "misskey": "https://misskey-hub.net/ns#", 27 26 "_misskey_content": "misskey:_misskey_content", 28 27 "_misskey_quote": "misskey:_misskey_quote", ··· 31 30 "_misskey_talk": "misskey:_misskey_talk", 32 31 "_misskey_summary": "misskey:_misskey_summary", 33 32 "isCat": "misskey:isCat", 34 - "fedibird": "http://fedibird.com/ns#", 35 33 "vcard": "http://www.w3.org/2006/vcard/ns#", 36 34 "Bite": "https://ns.mia.jetzt/as#Bite", 37 35 "EmojiReact": "http://litepub.social/ns#EmojiReact"