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]: 25-message limit not working as intended on posts? #112

Open
1 task done
piplupness opened this issue Dec 3, 2024 · 1 comment
Open
1 task done

[Bug]: 25-message limit not working as intended on posts? #112

piplupness opened this issue Dec 3, 2024 · 1 comment
Labels
approved The topic is approved by a developer bug Something isn't working

Comments

@piplupness
Copy link

Checked Existing

  • I have checked the repository for duplicate issues.

What happened?

Juxt has a limit of 25 messages per post, but... it's actually infinite. Here's why.

After a post reaches 25 messages, comments are still possible but they are not viewable. The reply count also increases past 25.

What did you expect to happen?

No idea what was intended but... either not being able to reply at all anymore or being able to view more than 25 replies.

Steps to reproduce?

Here's how to prove it:

  1. Find a post with 26 or more replies and keep in mind of the last viewable reply.
  2. Delete a random reply using moderation tools (report, delete)
  3. The reply is gone and after that "last viewable reply" you can see the next one!

Other relevant information. (OPTIONAL)

No response

@piplupness piplupness added awaiting-approval Topic has not been approved or denied bug Something isn't working labels Dec 3, 2024
@CaramelKat
Copy link
Member

I'm approving so it's tracked but it might need a bit more digging to figure out how it should be handled. The 25 post limit for replies isn't a hard set limit, and I don't really see why we can support more. My concern comes down to performance issues on the 3DS/Wii U versions, so a larger UI rework may end up addressing this

@CaramelKat CaramelKat added approved The topic is approved by a developer and removed awaiting-approval Topic has not been approved or denied labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved The topic is approved by a developer bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants