Skip to content

Commit

Permalink
Fix showing filtered (warn) boosts in timelines (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tak authored Oct 30, 2023
1 parent c26abae commit 0301bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class NetworkTimelineViewModel @Inject constructor(
}

override fun clearWarning(status: StatusViewData.Concrete) {
updateActionableStatusById(status.actionableId) {
updateActionableStatusById(status.id) {
it.copy(filtered = null)
}
}
Expand Down

0 comments on commit 0301bed

Please sign in to comment.