feat: add missing fields on AP users

This commit is contained in:
aprilthepink 2024-07-21 19:37:08 +02:00
parent 692e4bff22
commit 1a741c6420
8 changed files with 300 additions and 39 deletions

View file

@ -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)]