Replies feed no longer threaded (gets too long)

This commit is contained in:
Mike Dilger 2023-01-18 09:27:57 +13:00
parent 876e9e1516
commit df59af879d

View File

@ -77,7 +77,7 @@ pub(super) fn update(app: &mut GossipUi, ctx: &Context, frame: &mut eframe::Fram
});
}
let feed = GLOBALS.feed.get_replies();
render_a_feed(app, ctx, frame, ui, feed, true);
render_a_feed(app, ctx, frame, ui, feed, false);
}
FeedKind::Thread { .. } => {
if let Some(parent) = GLOBALS.feed.get_thread_parent() {