mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #163] [MERGED] [nitter] Disable Adding of new Sources #163
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/163
Author: @ricoberger
Created: 4/6/2024
Status: ✅ Merged
Merged: 4/6/2024
Merged by: @ricoberger
Base:
main← Head:nitter-disable-adding-new-sources📝 Commits (1)
1722582[nitter] Disable Adding of new Sources📊 Changes
3 files changed (+24 additions, -32 deletions)
View changed files
📝
app/lib/widgets/source/add/add_source.dart(+11 -6)📝
landing/app/page.tsx(+0 -19)📝
supabase/functions/_cmd/scheduler/scheduler.ts(+13 -7)📄 Description
This commit disables the adding of new Nitter sources, because Nitter is deprecated 😞 and adding new sources is not working anymore. Nitter sources are also not updated anymore, because the update for Nitter sources isn't working as well. To ensure that the Nitter sources are not updated anymore the sources with type
nitterare skipped in the scheduler.The Nitter source isn't removed completly, because we would also have to cleanup the database and their might be items, which are bookmarked by users.
See https://github.com/zedeus/nitter/issues/1155#issuecomment-1913361757
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.