Block channel by channel URL (with ID)#4347
Merged
FreeTubeBot merged 1 commit intoFreeTubeApp:developmentfrom Nov 21, 2023
Merged
Block channel by channel URL (with ID)#4347FreeTubeBot merged 1 commit intoFreeTubeApp:developmentfrom
FreeTubeBot merged 1 commit intoFreeTubeApp:developmentfrom
Conversation
PikachuEXE
approved these changes
Nov 19, 2023
absidue
approved these changes
Nov 20, 2023
1 task
ChunkyProgrammer
approved these changes
Nov 21, 2023
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Nov 21, 2023
* development: Update to silently allow channel links (with IDs) (FreeTubeApp#4347) Add hide channel option directly to More Options menu (FreeTubeApp#4228) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Spanish) Make landing page configurable (FreeTubeApp#4200) Bump @silvermine/videojs-quality-selector from 1.3.0 to 1.3.1 (FreeTubeApp#4362) Bump electron from 27.0.4 to 27.1.0 (FreeTubeApp#4363) Bump the eslint group with 1 update (FreeTubeApp#4360) Bump actions/github-script from 6 to 7 (FreeTubeApp#4361) add image to poll & updated quiz style (FreeTubeApp#4318) Move hideOutlines to the utils store instead of using provide/inject (FreeTubeApp#4246) Translated using Weblate (Kurdish (Central)) Translated using Weblate (English (United Kingdom)) Translated using Weblate (French) Translated using Weblate (German) Added translation using Weblate (Kurdish (Central)) Translated using Weblate (Slovak) # Conflicts: # src/renderer/components/ft-list-video/ft-list-video.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Block channel by channel URL (with ID)
Pull Request Type
Related issue
#4346 (first part)
Description
Silently enables blocking channels by channel link with ID (i.e., input text like
*/:id). Silent because if we said you can put in channel IDs without implementing support for the other types of channel links, there will be inevitable confusion and uproar.Testing
https://www.youtube.com/channel/UCadtap8RYMNy8w4K9lXhzpQ,https://invidious.perennialte.ch/channel/UCc9EIXDG6nul3XXf79GhZDw) and validate that it is workingDesktop