damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 3370ac59d845c1e4f02b1c3d5cb9c10fd2d24be9
parent 37189e3862de79ed4ac5e78a34685ecea2fff5bc
Author: Thomas <31560900+0xtlt@users.noreply.github.com>
Date:   Thu, 29 Dec 2022 17:16:30 +0100

Don't show boosts in threads

Changelog-Fixed: Don't show boosts in threads

Diffstat:
Mdamus/Views/ThreadV2View.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Views/ThreadV2View.swift b/damus/Views/ThreadV2View.swift @@ -130,6 +130,7 @@ struct BuildThreadV2View: View { // Ask for children let childs_events = NostrFilter( + kinds: [1], referenced_ids: [self.event_id], limit: 50 )