Merged
Conversation
ghost
self-requested a review
as a code owner
November 30, 2023 04:08
1 task
1 task
ghost
force-pushed
the
feed-improvements
branch
from
December 7, 2023 14:37
480aa52 to
74d44f5
Compare
SamantazFox
reviewed
Jan 27, 2024
ghost
requested a review
from SamantazFox
January 29, 2024 22:58
ghost
force-pushed
the
feed-improvements
branch
from
January 29, 2024 23:13
4a143a0 to
bee81ee
Compare
ghost
force-pushed
the
feed-improvements
branch
from
March 25, 2024 14:46
bee81ee to
24dd4e7
Compare
ghost
force-pushed
the
feed-improvements
branch
from
April 29, 2024 22:54
24dd4e7 to
10f0432
Compare
Author
|
This PR is working and still applicable. |
ghost
force-pushed
the
feed-improvements
branch
2 times, most recently
from
August 13, 2024 19:10
784768e to
bc602a4
Compare
SamantazFox
requested changes
Aug 20, 2024
ghost
requested a review
from SamantazFox
August 20, 2024 22:49
ghost
force-pushed
the
feed-improvements
branch
from
August 24, 2024 22:02
7810613 to
f538c44
Compare
ghost
force-pushed
the
feed-improvements
branch
from
October 1, 2024 02:02
f538c44 to
90918ba
Compare
ghost
force-pushed
the
feed-improvements
branch
from
October 30, 2024 16:59
90918ba to
d18854f
Compare
SamantazFox
approved these changes
Nov 7, 2024
Co-Authored-By: absidue <48293849+absidue@users.noreply.github.com> Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
ghost
force-pushed
the
feed-improvements
branch
from
November 17, 2024 18:14
d18854f to
04b0742
Compare
ghost
deleted the
feed-improvements
branch
February 26, 2025 22:31
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.
Channel feed: don't make an extra request, deprecate thumbnail field
Playlist feed: return 404 when playlist isn't found
As RSS clients can make a lot of requests pretty quickly, I removed fetching the channel to get the thumbnail for the RSS feed.
The rest of the fixes are mainly so FreeTube can detect if a channel doesn't exist via RSS
Related FreeTube PR: FreeTubeApp/FreeTube#4407
closes: #4021