whitescent / Mastify

A Mastodon client built with Jetpack Compose [WIP]
https://play.google.com/store/apps/details?id=com.github.whitescent.mastify
GNU General Public License v3.0
167 stars 10 forks source link

fix: fix link to author's profile on a boosted toot #24

Closed lazzzis closed 8 months ago

lazzzis commented 8 months ago

Sorry, my bad. Introduced this bug in #22

Before this pr, clicking on the avatar of a boosted toot does not navigate to the author's profile; instead, it navigates to the profile of the user who boosted this toot.

Before #22, it is using actionable.account, which is correct.

Screenshot 2024-01-27 at 11 54 11 AM