ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

fix(indexing): don't index empty deterministic streams #3168

Closed PaulLeCam closed 7 months ago

PaulLeCam commented 7 months ago

Simply looking up a deterministic stream causes it to be indexed, which causes the indexer queries to return results with empty contents that don't match the expected behavior. This PR updates the logic to ignore streams with no content when indexing.