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

Bug: Replies to blocked (?) messages are not indented properly. OR, blocked messages need a placeholder for clarity. #2123

Open sh95014 opened 4 months ago

sh95014 commented 4 months ago

Environment:

Description

When rendering a response to a message that isn't available (because the user is banned or the message is blocked? I'm not sure), indentation starts again at the left edge, as if it was another "root" message.

Using the thread at https://zirk.us/@JamesGleick/112745157496900493 viewed from a mastodon.social account as example:

Here's the context of the root post. Everything looks fine here: IMG_0791

Here, Tom Ritchford appears to be replying to nobody. Upon closer inspection, seems like there's a post from HarbingerOfSalem that we can't see. But note that Ritchford's post has no indentation: IMG_0792 (Navigating to HarbingerOfSalem's profile does show content, so the user is not blocked.)

Here, RodneyPetersonTalentAgency also appears to be responding to nothing: IMG_0793

And indeed pJotoro's account shows no posts nor replies: IMG_0794

Suggest creating a placeholder for the missing message (ideally with the reason, e.g., "[blocked]") and indenting any replies to the missing message to avoid confusion.

Related Issues