Bug 467759 - Support activitypub mimetypes
Summary: Support activitypub mimetypes
Status: RESOLVED INTENTIONAL
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-24 17:59 UTC by Soni L.
Modified: 2024-03-16 19:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soni L. 2023-03-24 17:59:53 UTC
Note: XDG is broken - see https://mailarchive.ietf.org/arch/msg/art/EEAIbW8mtUGOQKPrfMkLFrjE83s/

The ActivityPub mimetypes are

application/ld+json; profile="https://www.w3.org/ns/activitystreams"
application/activity+json

While mimetypes are usually called with paths (except for x-scheme-handler ones), they can also be called with URIs sometimes. It'd be nice to lean into those.