Add RSS feed to footer and page. Fix #8
This commit is contained in:
.gitignore
src
@ -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);
|
||||
|
Reference in New Issue
Block a user