planetary-ios
planetary-ios copied to clipboard
Request feeds for empty profiles from go-ssb
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
@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.
Go part is mostly done, needs to be coordinated with @boreq and @mplorentz for the swift side things to be done
related to pull to refresh #792