timeline: show renotes in Notes timelines
Changelog-Changed: Show renotes in Notes timeline Fixes: https://github.com/damus-io/damus/issues/676
This commit is contained in:
@@ -60,7 +60,7 @@ enum FilterState : Int {
|
||||
func filter(ev: NostrEvent) -> Bool {
|
||||
switch self {
|
||||
case .posts:
|
||||
return !ev.is_reply(nil)
|
||||
return ev.known_kind == .boost || !ev.is_reply(nil)
|
||||
case .posts_and_replies:
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user