kickscondor / fraidycat

Follow blogs, wikis, YouTube channels, as well as accounts on Twitter, Instagram, etc. from a single page.
Other
1.76k stars 56 forks source link

JSON export should dump directly from storage.sync #192

Open kickscondor opened 3 years ago

kickscondor commented 3 years ago

Currently, some follows from storage.sync won't show up in the JSON export unless they've been fully fetched by Fraidycat. There's no reason to do that on this export - because it doesn't store metadata like titles and such.

It's also possible that this could be solved by allowing unfetched follows to immediately appear in the in-memory database. Worth trying.