1
0
mirror of https://github.com/accelforce/Yuito synced 2024-12-21 12:34:51 +01:00

Fix showing filtered (warn) boosts in timelines (#4079)

This commit is contained in:
Levi Bard 2023-10-30 08:42:16 +01:00 committed by GitHub
parent c26abaea5d
commit 0301bed0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ class NetworkTimelineViewModel @Inject constructor(
}
override fun clearWarning(status: StatusViewData.Concrete) {
updateActionableStatusById(status.actionableId) {
updateActionableStatusById(status.id) {
it.copy(filtered = null)
}
}