server: escape RSS feeds that are HTML escaped

This commit is contained in:
2024-08-03 11:29:20 -07:00
parent e0863ac085
commit 56bc1cf7ed
5 changed files with 73 additions and 14 deletions

View File

@@ -30,4 +30,5 @@ maplit = "1.0.2"
linkify = "0.10.0"
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio", "time"] }
url = "2.5.2"
html-escape = "0.2.13"