You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done! I also implemented two other fields from the document you linked:
library(atrrr)
post_id<- post_skeet(
text="Testing if language, additional hashtags and labels work correctly from {atrrr} in #rstats.",
image="screenshot.png",
labels= c("unsupported-label", "sexual")
langs="en-US",
tags= c("testing", "programming")
)
A Bluesky record may contain a property called
langs
which specifies the languages of the text content.https://atproto.blue/en/latest/atproto/atproto_client.models.app.bsky.feed.post.html
AFAICT the
post
function does not currently support this property. It would be great if this could be set with an argument to the function.The text was updated successfully, but these errors were encountered: