Fix chatroom cruft

Changelog-Fixed: Fixed various issues with chatroom view
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-08-09 16:09:12 -07:00
parent 9420a7a0ad
commit 1ab42b4c5c
3 changed files with 7 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ struct ChatroomView: View {
}
EndBlock()
EndBlock(height: 500)
}
.onReceive(NotificationCenter.default.publisher(for: .select_quote)) { notif in
let ev = notif.object as! NostrEvent