Filter by hashtags and urls again
This commit is contained in:
@ -30,7 +30,7 @@ export class TimelineReader {
|
||||
const found_urls = urls.filter(t => post.content.includes(t));
|
||||
|
||||
if (found_urls.length === 0 && found_tags.length === 0) {
|
||||
//return;
|
||||
return;
|
||||
}
|
||||
|
||||
const youtubeMatches = found_urls.map(u => u.match(YOUTUBE_REGEX)).filter(i => i !== null);
|
||||
|
Reference in New Issue
Block a user