Tweak help

This commit is contained in:
Mike Dilger 2023-01-18 21:29:42 +13:00
parent c143b1f7d4
commit f86cba1626

View File

@ -149,6 +149,9 @@ pub(super) fn update(app: &mut GossipUi, ctx: &Context, _frame: &mut eframe::Fra
ui.label("Entering both a key (either bech32 or hex) as well as at least one relay URL. NOTE: as of this writing, gossip only takes one relay URL when you add a person to follow."); ui.label("Entering both a key (either bech32 or hex) as well as at least one relay URL. NOTE: as of this writing, gossip only takes one relay URL when you add a person to follow.");
}); });
ui.add_space(10.0);
ui.label("Don't worry. You won't have to do this for everybody that you follow. Mostly you just need to do it to get gossip kick-started. As you browse nostr, it collects person-relay associations automatically from many sources: p-tag recommended_relay_url hints, relay lists, contact lists, their events having being successfully found at a relay before, and more. It is planned to also allow you to manage (add, delete) these person-relay associations manually.");
ui.add_space(10.0); ui.add_space(10.0);
ui.separator(); ui.separator();
ui.add_space(10.0); ui.add_space(10.0);