old style navigation

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-30 11:46:56 -07:00
parent a88324333b
commit d574e572d4
13 changed files with 141 additions and 140 deletions

View File

@@ -40,10 +40,7 @@ struct ChatView: View {
}
var is_active: Bool {
guard let ev = thread.event else {
return false
}
return ev.id == event.id
return thread.event.id == event.id
}
func prev_reply_is_same() -> String? {