ceramicnetwork / rust-ceramic

Implementation of the Ceramic protocol in Rust
Other
37 stars 10 forks source link

fix: add better TileDocument detection #475

Closed nathanielc closed 2 months ago

nathanielc commented 2 months ago

TileDocument init events are not required to have a data field, in which case they must have a header field. TileDocument data events are opposite, they are required to have a data field and the header field is optional.