tsileo / little-boxes

Tiny ActivityPub framework written in Python, both database and server agnostic.

Home Page:https://little-boxes.a4.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the type handling

tsileo opened this issue · comments

type can actually be a list (like "type": ["Person", "vcard:Individual"] from https://www.w3.org/TR/activitystreams-core/, section 4.3).

Support for this is actually broken.