Fix chatroom cruft
Changelog-Fixed: Fixed various issues with chatroom view Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user