implement html sanitizing

This commit is contained in:
yggverse 2026-01-10 21:25:46 +02:00
parent 843352bff2
commit 5570049588
3 changed files with 35 additions and 18 deletions

View file

@ -56,8 +56,8 @@ impl Transaction {
pub_date: i64,
guid: &str,
link: &str,
title: Option<&str>,
description: Option<&str>,
title: Option<String>,
description: Option<String>,
) -> Result<u64, Error> {
self.tx.exec_drop(
"INSERT INTO `channel_item` SET `channel_id` = ?,