Hovno hovno bany nebo něco
Tento commit je obsažen v:
rodič
067e487dd6
revize
538b1cbb58
@ -333,9 +333,11 @@ impl Post {
|
|||||||
.bind(content)
|
.bind(content)
|
||||||
.bind(&content_nomarkup)
|
.bind(&content_nomarkup)
|
||||||
.bind(self.id)
|
.bind(self.id)
|
||||||
.fetch_one(ctx.db())
|
.fetch_optional(ctx.db())
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
let Some(post) = post else { return Ok(()) };
|
||||||
|
|
||||||
let old_key = format!(
|
let old_key = format!(
|
||||||
"by_content:{}",
|
"by_content:{}",
|
||||||
digest(self.content_nomarkup.to_lowercase())
|
digest(self.content_nomarkup.to_lowercase())
|
||||||
|
Načítá se…
Odkázat v novém úkolu
Zablokovat Uživatele