Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: use account/channel avatar in RSS feeds #5325

Merged
merged 2 commits into from
Oct 11, 2022

Conversation

mardy
Copy link
Contributor

@mardy mardy commented Oct 3, 2022

Fixes: #5320

Has this been tested?

  • 👍 yes, I added tests to the test suite
  • 💭 no, because this PR is a draft and still needs work
  • 🙅 no, because this PR does not update server code
  • 🙋 no, because I need help

@mardy
Copy link
Contributor Author

mardy commented Oct 3, 2022

Hi @Chocobozzz, can you please approve the CI workflow?

@@ -88,16 +88,20 @@ async function generateVideoCommentsFeed (req: express.Request, res: express.Res
if (videoChannel) {
name = videoChannel.getDisplayName()
description = videoChannel.description
avatarUrl = videoChannel.getAvatar()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you forgot to define the variable (line 87)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed now!

@Chocobozzz Chocobozzz marked this pull request as ready for review October 11, 2022 14:35
@Chocobozzz
Copy link
Owner

Thanks!

@Chocobozzz Chocobozzz merged commit 5e1bd86 into Chocobozzz:develop Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong icon in RSS feeds
3 participants