splitbee / notion-api-worker

Notion as CMS with easy API access
MIT License
1.56k stars 197 forks source link

Fix missing/pending blocks #56

Closed janniks closed 3 years ago

janniks commented 3 years ago

The #52 fix introduced some new problems with missing blocks:


The #52 fix only fetched potential blocks from the page block but ignored other content of child blocks → e.g. the react-tester page toggle block doesn't contain its child content

The original page logic fetched potential blocks by going over content of non-page blocks.


In this PR:

tobiaslins commented 3 years ago

Thank you @janniks :) Just deployed the fix

janniks commented 3 years ago

Thanks 🙏