planetary-ios icon indicating copy to clipboard operation
planetary-ios copied to clipboard

Request feeds for empty profiles from go-ssb

Open mplorentz opened this issue 3 years ago • 3 comments

mplorentz avatar Jun 20 '22 20:06 mplorentz

This involves at least two separate units of work:

  • adding a function to our bindings; the function will temporarily add the feed to the want list
  • triggering that function when viewing profiles, it should be enough to simply always trigger it when user navigates to the profile screen

boreq avatar Jun 29 '22 13:06 boreq

@mplorentz It should be enough to call ssbFeedReplicate by calling GoBotInternal.replicate. We already do this for pubs and our own identity after logging the user in.

boreq avatar Jul 18 '22 15:07 boreq

Go part is mostly done, needs to be coordinated with @boreq and @mplorentz for the swift side things to be done

rabble avatar Aug 01 '22 20:08 rabble

related to pull to refresh #792

martindsq avatar Aug 16 '22 17:08 martindsq