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

[Bug]: Mentions are treated as replies in inbox RSS feed #5357

Open
5 tasks done
Nothing4You opened this issue Jan 25, 2025 · 1 comment
Open
5 tasks done

[Bug]: Mentions are treated as replies in inbox RSS feed #5357

Nothing4You opened this issue Jan 25, 2025 · 1 comment
Labels
area: rss bug Something isn't working

Comments

@Nothing4You
Copy link
Collaborator

Requirements

  • Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a single bug? Do not put multiple bugs in one issue.
  • Do you agree to follow the rules in our Code of Conduct?
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.

Summary

The inbox rss feed currently does not distinguish between mentions and replies.
All feed items are Reply from {creator_name}.
This should be separated between mentions and replies as it is in lemmy-ui.

Steps to Reproduce

  1. Retrieve RSS feed for inbox

Technical Details

title: Some(format!("Reply from {creator_name}")),

Version

main

Lemmy Instance URL

No response

@Nothing4You Nothing4You added the bug Something isn't working label Jan 25, 2025
@dessalines
Copy link
Member

This should also be a part of #5365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: rss bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants