feat(RemoteActor): add bio, banner_url, followers_url, following_url, also_known_as fields

Bump to 0.3.1. These fields are available on DbActor at follow/ingest
time but were discarded when constructing RemoteActor. Now populated
in from_json and follow(), so consuming repos can store and return
rich actor profiles without extra queries.
This commit is contained in:
2026-05-29 04:03:23 +02:00
parent fad95f0550
commit 485c407edb
6 changed files with 45 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "k-ap"
version = "0.3.0"
version = "0.3.1"
edition = "2024"
description = "Generic ActivityPub protocol layer"
license = "MIT"