Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.57k stars 539 forks source link

Feature request: Show all replies when viewing single toot #2181

Open Lr-K opened 2 months ago

Lr-K commented 2 months ago

Problem: Currently when viewing a single toot, you only see some replies. You have to visit the source instance to see all replies, but this means you cannot reply as you are no longer logged in.

Proposed solution: When the user selects a single toot it makes an additional call https://docs.joinmastodon.org/methods/statuses/#get to get ALL related status and display them. This means that when viewing a timeline you will still see an incorrect number of replies. BUT when opening the toot (for example, to reply), you can view more replies to add to the conversation instead of repeating the same point others are making.

Concerns: Does this go against the intended design?

Additional notes: Should this be an advanced feature that requires user enabling in settings? Should it default on or off?

Happy to work on this feature if it gets approval from IceCubes repo owners