mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-08 17:02:19 +02:00
Fixes the ability to see muted lists in Shorts
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user