Add reply counts

Changelog-Added: Reply counts
This commit is contained in:
William Casarin
2023-04-04 12:03:31 -07:00
parent 14802e334d
commit bedf7e0648
10 changed files with 94 additions and 31 deletions

View File

@@ -627,7 +627,8 @@ struct ContentView: View {
events: EventCache(),
bookmarks: BookmarksManager(pubkey: pubkey),
postbox: PostBox(pool: pool),
bootstrap_relays: bootstrap_relays
bootstrap_relays: bootstrap_relays,
replies: ReplyCounter(our_pubkey: pubkey)
)
home.damus_state = self.damus_state!