mirror of https://github.com/tuskyapp/Tusky.git
Browse Source
Since https://github.com/tuskyapp/Tusky/pull/5038 the option to filter boosts was ignored and boosts never filtered. The issue here was that the `HomeTimelineData.status` holds no reblog information, so `timelineData.status?.toStatus(it)` will always return a unreblogged status. `timelineData.toViewData` constructs the correct structure as it considers `HomeTimelineData.reblogAccount` as well.pull/5040/merge
4 changed files with 8 additions and 13 deletions
Loading…
Reference in new issue