Merge pull request #2185 from vitorpamplona/claude/filter-feed-by-community-4pD5l

Remove redundant route parameter from Community FeedDefinition
This commit is contained in:
Vitor Pamplona
2026-04-08 17:18:03 -04:00
committed by GitHub
@@ -162,7 +162,6 @@ class TopNavFilterState(
FeedDefinition(
TopFilter.Community(communityNote.address),
CommunityName(communityNote),
route = Route.Community(communityNote.address.kind, communityNote.address.pubKeyHex, communityNote.address.dTag),
)
}