superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.56k stars 300 forks source link

[feature/bugfix] Support Create with multiple Objects #1905

Open tsmethurst opened 1 year ago

tsmethurst commented 1 year ago

See https://github.com/mastodon/mastodon/issues/19111

Right now I believe we just take the first object, but I'd have to check.

daenney commented 12 months ago

I like the fallback thing that was mentioned in the Masto issue. Knowing that some things might not understand a type, you can send multiple representations of the same thing. Especially for the example given, an event, that seems very useful. That's a much more appealing reason to implement it than a "twitter storm" :sweat:.