Closed dellagustin closed 1 year ago
Sorry, you can tell the level of testing I did on that change - I'll take a look
I think it's because that instance is returning null
, instead of undefined or string.
This should fix it, but I'm going to deploy it to the livewire validator and throw a few test threads at it
https://github.com/skymethod/minipub/commit/5ce6b08e3de06b6afc6603b92d4ae33216897712
Looks good on my side - published 0.1.11 with the fix
🤦♂️
Sorry, you can tell the level of testing I did on that change - I'll take a look
happens to the best of us 😄, I'll retest, thank you for the fix!
Tested, it worked for me. Thanks again for the updates.
Hello @johnspurlock-skymethod , I started testing v0.1.10. It is now failing to get comments for Activities without
summary
:Related to that, I found out that it is possible to have comments with empty
content
/contentMap
, as long as it has an attachment. You might want to check if this is supported as well.Example: https://fosstodon.org/@dellagustin/109794075204000680
Related issues and commits