Add RSS feed to footer and page. Fix

This commit is contained in:
2023-04-05 16:57:25 +02:00
parent d723d4264a
commit 4d689a86ab
7 changed files with 17 additions and 6 deletions

@ -78,7 +78,7 @@ export class TimelineReader {
if (found_urls.length === 0 &&
found_tags.length === 0 &&
!await TimelineReader.checkYoutubeMatches(post.content)) {
//return;
return;
}
await savePost(post);
const posts = await getPosts(null, null, 100);