v0.18.4
Version 0.18.4 includes the following changes:
- Fixed an issue where threads weren’t handled properly.
createPostRecord
now requires you to get anAppBskyLexicon.Feed.PostRecord.ReplyReference
object for replying to posts. With this change you should have an easier time with respect to making threads all at once.ATProtoTools
is also now open to developers. You can either usecreateReplyReference
(if you want ATProtoKit to do the work for you) or manually create them yourself. This should hopefully allow for more flexibility.
- Temporarily disabled
ComAtprotoLexicon.Label.LabelDefinition.expiresOn
.- This has been a bug that’s struggling to die. Due to the low priority of its use, I’ve elected to temporarily disable it. Unfortunately, this means you won’t be able to directly be able to know if a label can expire at this time, but I’ll figure out a way to ensure it can no longer cause problems. When I do, I’ll re-open it.
- Minor spelling fixes for the README.
- Minor DocC corrections.
Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. You can also speak to me on Bluesky (@cjrriley.com) for any questions.