extract HomeModel from ContentView
huge refactor Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -115,7 +115,7 @@ struct ChatView: View {
|
||||
if is_active || next_ev == nil || next_ev!.pubkey != event.pubkey {
|
||||
let bar = make_actionbar_model(ev: event, damus: damus)
|
||||
EventActionBar(event: event,
|
||||
our_pubkey: damus.pubkey,
|
||||
keypair: damus.keypair,
|
||||
profiles: damus.profiles,
|
||||
bar: bar
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user