mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
implement html sanitizing
This commit is contained in:
parent
843352bff2
commit
5570049588
3 changed files with 35 additions and 18 deletions
|
|
@ -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` = ?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue