mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #146] [MERGED] [4chan] Improve Options Parsing #146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/146
Author: @ricoberger
Created: 2/16/2024
Status: ✅ Merged
Merged: 2/16/2024
Merged by: @ricoberger
Base:
main← Head:4chan-improve-options-parsing📝 Commits (1)
f993c6e[4chan] Improve Options Parsing📊 Changes
3 files changed (+127 additions, -8 deletions)
View changed files
📝
supabase/functions/_shared/feed/feed.ts(+8 -1)📝
supabase/functions/_shared/feed/fourchan.ts(+113 -1)📝
supabase/functions/_shared/feed/fourchan_test.ts(+6 -6)📄 Description
A 4chan source can now also be added via the RSS source type in the Flutter app. If a user provides the RSS feed of an 4chan board, we check if the url is related to 4chan and if this is the case, we use the 4chan
instead of the RSS source type, similar to how it is handled for other
sources like Medium, Reddit, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.