[PR #146] [MERGED] [4chan] Improve Options Parsing #146

Closed
opened 2025-10-31 16:58:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/146 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `4chan-improve-options-parsing` --- ### 📝 Commits (1) - [`f993c6e`](https://github.com/feeddeck/feeddeck/commit/f993c6eb3c593fbd0233637417c3d4d0a7fd467e) [4chan] Improve Options Parsing ### 📊 Changes **3 files changed** (+127 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:58:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#146