Upload media to mastodon

This commit is contained in:
2023-02-04 13:37:48 +11:00
parent 084ee53b3e
commit 9619227b0e
7 changed files with 37 additions and 12 deletions

View File

@@ -13,7 +13,9 @@ RSpec.describe Adamantium::Syndication::Mastodon do
slug: "my-post",
category: ["ruby", "rspec"],
published_at: Time.now,
post_type: "post"
post_type: "post",
syndicate_to: [],
photos: []
)
}