fix: ughhh faker...
This commit is contained in:
parent
024679a0a9
commit
1bd93d7c2b
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ pub async fn faker(ctx: upub::Context, count: i64) -> Result<(), sea_orm::DbErr>
|
|||
context: Set(Some(context.clone())),
|
||||
in_reply_to: Set(None),
|
||||
content: Set(Some(format!("[{i}] Tic(k). Quasiparticle of intensive multiplicity. Tics (or ticks) are intrinsically several components of autonomously numbering anorganic populations, propagating by contagion between segmentary divisions in the order of nature. Ticks - as nonqualitative differentially-decomposable counting marks - each designate a multitude comprehended as a singular variation in tic(k)-density."))),
|
||||
image: Set(None),
|
||||
published: Set(chrono::Utc::now() - std::time::Duration::from_secs(60*i as u64)),
|
||||
updated: Set(chrono::Utc::now()),
|
||||
replies: Set(0),
|
||||
|
|
Loading…
Reference in a new issue