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

[Lemmy] Nested replies don't specifically mention who posted parent reply. #50

Open
Sir-Ivysaur opened this issue Dec 10, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Sir-Ivysaur
Copy link

Replies all mention the OP. Even replies to replies. Like so:

image

Here's what it's supposed to look like:

image

Nested replies should probably say '<user3> writes in reply to <user2>', instead of '<user3> writes in reply to <user1>'. Or maybe do indents like Lemmy-ui does.

@mrusme mrusme added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 11, 2023
@mrusme
Copy link
Owner

mrusme commented Dec 11, 2023

My two cents: Indents will get messy on the CLI, as they can get very deep on Lemmy. I'd suggest using the in reply to <user2> variant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants