mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-29 11:11:44 +01:00
Fixes the ability to see muted lists in Shorts
This commit is contained in:
parent
9ae611831f
commit
d832351bcd
@ -72,7 +72,7 @@ class VideoFeedFilter(
|
||||
(noteEvent is FileStorageHeaderEvent && noteEvent.isOneOf(SUPPORTED_VIDEO_FEED_MIME_TYPES_SET))
|
||||
) &&
|
||||
params.match(noteEvent) &&
|
||||
account.isAcceptable(it)
|
||||
(params.isHiddenList || account.isAcceptable(it))
|
||||
}
|
||||
|
||||
fun buildFilterParams(account: Account): FilterByListParams =
|
||||
|
Loading…
x
Reference in New Issue
Block a user