Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Conversation

@Exagone313
Copy link
Contributor

Closes #4953

Comment on lines +88 to +89
<string name="post_boosted_unlisted_format">%1$s boosted (Unlisted)</string>
<string name="post_boosted_private_format">%1$s boosted (Followers-Only)</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure about those strings

I suggest also:

Suggested change
<string name="post_boosted_unlisted_format">%1$s boosted (Unlisted)</string>
<string name="post_boosted_private_format">%1$s boosted (Followers-Only)</string>
<string name="post_boosted_unlisted_format">%1$s quietly boosted</string>
<string name="post_boosted_private_format">%1$s privately boosted</string>

@connyduck
Copy link
Collaborator

Yeah, so, I'm afraid that displaying it with the StatusDetailedViewHolder is probably a lot more complicated

  • Forward the id of the boost instead of the actual post to the ViewThreadActivity, everywhere it is opened
  • adjust the logic to handle boosts
  • Add an additional view to display the info

@Exagone313 Exagone313 marked this pull request as draft March 2, 2025 21:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show boost visibility

2 participants