- Add validation for exported ActivityPub tarballs
- Refactor
validateExportStream
to acceptReadableStream
and improve file validation logic.
- Add the ability to
addMediaFile
to the account export stream.
- Use json instead csv in importActorProfile, add type definitions.
- Refactor: improve error handling in
importActorProfile
, convert following csv to json format and change ActorProfileOptions from type to interface
- Add
importActorProfile()
function for ActivityPub Actor profiles (the reverse ofexportActorProfile
).
- Fix
build-dist.sh
script to actually exportexportActorProfile
.
- Initial commit, implement
exportActorProfile()
.