Multi-output bugfixes
* BREAKING CHANGES
* upload_media had to go to make multi-output work in a reasonable way. I did this without
thinking, which is why 2.2.0 wasn't marked as breaking. I realized I didn't have an easy way
to restore it, so I'm just admitting this is breaking now. Replace calls to upload_media
followed by send_with_many_media just with send_with_many_media - it will do the upload_media
appropriate for the given service.
* BUGFIXES
* send_with_many_media in outputs has unnecessary (and broken?) use of splat operator
* mastodon actually extremely misused splats
* didn't pass up extra keys while adapting old birdsite records to new multirecords
* mastodon output didn't pass media ids when sending correctly, meaning images never made it to
toots