Michael Dilger
Michael Dilger
Yes we figured out that the combination of using rustls with system certificates was highly unreliable because rustls is very strict.
Gossip doesn't provide a feed outside of what you curate for yourself. It only shows you posts written by people you follow, so if you haven't followed anybody yet it...
You can add people under `People Lists` > `Followed` > `Add Contact` Here are a few to get you started: Mike Dilger: npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c Jack Dorsey: npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m Gigi: npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc Derek Ross:...
This is a bug. There should not be more than one "FetchMentions" happening on a relay. in apply_relay_assignment() I guess I need to check if FetchMentions is already on that...
is this fixed?
AUTH requires an encrypted channel, or else the next message might not even be the same actor. If I had paid attention to AUTH I would have suggested an alternative....
This was done already
Also, once the scroll hits the bottom we can automatically load more, we don't need a button.
Notes to myself: ``` ToOverlordMessage::LoadMoreCurrentFeed Overlord::load_more_general_feed() 1. start = GLOBALS.feed.load_more_general_feed() setting 'feed_chunk' 2. TempSubscribeGeneralFeedChunk { pubkeys, start } Overlord::load_more_person_feed(pubkey) 1. start = GLOBALS.feed.load_more_person_feed() setting 'person_feed_chunk' 2. TempSubscribePersonFeedChunk { pubkey, start...
I may do this: * Add a pk_c index * Replace the ek_pk index with an ek_pk_c index * Support 'since' and 'limit' in all the per-index finds, and then...