-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deserializing embed messages from subscriptions #17
Comments
Let me know if there is an outline of what this work entails and if it is a suitable first time issue for newcomer. If so I would be happy to help! |
Facing the same problem. |
I'm currently working on resolving this issue and expect to fix it by applying #96. |
Tested using latest let post: app::bsky::feed::post::Record = serde_ipld_dagcbor::from_reader(&data[..])?; When no additional
When I enable the And for completeness, if I enable the
|
@str4d Yes, that's right! Benchmark for checking it: https://github.com/sugyan/atrium/blob/main/atrium-api/benches/cid-link.rs So I implemented ...But now we should probably use |
This is resolved at #98 |
ref: #15 (comment)
The text was updated successfully, but these errors were encountered: