Revert "Add filters for home screen"

This reverts commit 12eb50255a.
This commit is contained in:
William Casarin
2022-08-16 12:26:32 -07:00
parent 805afd1216
commit 8141a2970c
5 changed files with 12 additions and 51 deletions

View File

@@ -147,7 +147,7 @@ struct ProfileView: View {
Divider()
InnerTimelineView(events: $profile.events, damus: damus_state, show_friend_icon: false, filter: { _ in true })
InnerTimelineView(events: $profile.events, damus: damus_state, show_friend_icon: false)
}
.frame(maxHeight: .infinity, alignment: .topLeading)
}