Remove a help paragraph that is no longer true

This commit is contained in:
Mike Dilger 2023-01-04 16:56:17 +13:00
parent 439958c6d3
commit 9979dd8c64

View File

@ -58,11 +58,6 @@ pub(super) fn update(app: &mut GossipUi, ctx: &Context, _frame: &mut eframe::Fra
ui.label("As events come in, they often refer to other events that have not come in yet. If you want to query the relays for these missing events, you can by pressing the QM (Query Missing) button on the feed page. Usually some but not all missing events can be found this way.");
ui.add_space(10.0);
ui.add_space(10.0);
ui.label("Each post has a little triangle to the left of it. You can \"tip\" this triangle to open/close all replies to that post. Buttons at the top let you open/close all the posts.");
ui.add_space(10.0);
ui.add_space(10.0);
ui.separator();
ui.add_space(10.0);