mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
[feat]: lysand to ap for posts and users
This commit is contained in:
parent
bcab516a1f
commit
1174f92915
11 changed files with 151 additions and 39 deletions
|
|
@ -15,8 +15,7 @@ pub struct Model {
|
|||
pub created_at: chrono::DateTime<Utc>,
|
||||
#[sea_orm(column_type = "Timestamp")]
|
||||
pub updated_at: Option<chrono::DateTime<Utc>>,
|
||||
#[sea_orm(column_type = "Timestamp")]
|
||||
pub reblog_id: Option<chrono::DateTime<Utc>>,
|
||||
pub reblog_id: Option<String>,
|
||||
pub content_type: String,
|
||||
pub visibility: String,
|
||||
pub reply_id: Option<String>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue