fix feed
This commit is contained in:
parent
33aeb28140
commit
26f1ad785e
@ -37,9 +37,9 @@ LIMIT 1000
|
||||
<title>Ruder App Admin Feed</title>
|
||||
<description>An RSS feed with activities from app.rudernlinz.at</description>");
|
||||
for log in Self::last(db).await {
|
||||
ret.push_str("<item>");
|
||||
ret.push_str("<item><title>");
|
||||
ret.push_str(&format!("({}) {}", log.created_at, log.msg));
|
||||
ret.push_str("</item>");
|
||||
ret.push_str("</title></item>");
|
||||
}
|
||||
ret.push_str("</channel>");
|
||||
ret.push_str("</rss>");
|
||||
|
Loading…
Reference in New Issue
Block a user