mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
feat: add missing fields on AP users
This commit is contained in:
parent
692e4bff22
commit
1a741c6420
8 changed files with 300 additions and 39 deletions
|
|
@ -26,6 +26,7 @@ pub struct Model {
|
|||
pub following: Option<String>,
|
||||
pub followers: Option<String>,
|
||||
pub inbox: String,
|
||||
pub ap_json: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue