calculate ancestor reply path
This works really well going back in time because no branching, assuming the last referenced event id is the only note they are replying to... Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -19,7 +19,7 @@ func highlight_color(_ h: Highlight) -> Color {
|
||||
switch h {
|
||||
case .none: return Color.black
|
||||
case .main: return Color.red
|
||||
case .replied_to: return Color.blue
|
||||
case .reply: return Color.blue
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user