AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
524 stars 145 forks source link

chore: appflowy indexer - do not break the document handler on missing data #653

Closed Horusiath closed 1 week ago

Horusiath commented 1 week ago

This PR fixes the issue when some open-collab events can have invalid initial document state: usually document state eventually becomes valid because of subsequent updates, so we just log the warning and wait for the document to become complete.