mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[PR #19] [MERGED] [nitter] Allow Usage of Custom Nitter Instances #26
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/19
Author: @ricoberger
Created: 10/3/2023
Status: ✅ Merged
Merged: 10/3/2023
Merged by: @ricoberger
Base:
main← Head:nitter-allow-usage-of-other-nitter-instances📝 Commits (1)
1032005[nitter] Allow Usage of Custom Nitter Instances📊 Changes
2 files changed (+60 additions, -15 deletions)
View changed files
📝
app/lib/widgets/source/add/add_source_nitter.dart(+3 -0)📝
supabase/functions/_shared/feed/nitter.ts(+57 -15)📄 Description
It is now possible to use a custom Nitter instances. This means a user must not rely on our Nitter instance and can instead use his own instance. To use a custom Nitter instance a user must provide the full RSS feed url for the instance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.