#[manton]With Micropub, is there a recommended way to post to different web sites the user has access to? I was thinking maybe a client could pass the `url` parameter, similar to how it's used for updating a post (except it would just be the domain name).
#aaronpkhm at the same micropub endpoint? interesting
#[kevinmarks] There is the syndication query and specify model
#[manton]Not POSSE, I just mean creating a regular post. Micro.blog is kind of unique maybe in that a single user account can have multiple web sites.
#[kevinmarks](though that seems to have stopped working between quill and my hosted known)
#[manton]And once you're authenticated, you could post to any of them. I could create something private but maybe using `url` or another part of Micropub makes sense.
#aaronpkalso its likely that any syndication ui will let you choose multiple
#aaronpkwhereas "destination" implies a ui that lets you choose only one
#aaronpkso that's a good reason to have a separate thing in the spec for it
#[kevinmarks]Right, but in practice I'm thinking "which audiences am I sharing with?"
#[kevinmarks]When I'm writing longform I end up sending a note via quill to point to it because I get the syndicate UI there to share it to multiple places.
#aaronpk[manton]: id add a UI element to quill to Quill to support this, happy to brainstorm on it
#[kevinmarks]There's a kind of micropub multiplexing here.
#[manton]So, maybe just adding an mp-destination=example.com is the way to start? And then we'll see if it adds any confusion with url and syndicate-to.
#aaronpki'd suggest adding it to the config query as well so the client can populate the ui
#[manton]To really mirror syndicate-to, there should probably be a way to query for destinations.
#aaronpkif you want to take a stab at a first pass you can add a section to micropub extensions about it
#[manton]Sure. I've been meaning to look at this for a while, so I'll experiment and add something to the extensions page.
#[kevinmarks]I still think that syndicate-to and destinations are the same thing in the user's mental model.
#aaronpkim about to encounter this situation myself soon so i'm interested in solving it
#aaronpk[kevinmarks]: no i really think they're different things
#[manton]I think they're different things, but I also think it will be confusing to some users. For example, Micro.blog can post to Twitter from your blog, and some users expect that their tweets will also go back to their blog after they've configured this. Just a lot of places to be confused if 2 things look similar.
#[kevinmarks]I think they're different for gen 1, but you're going to confuse the rest.
#[manton]If syndicate-to was called something like publish-to, I think it'd be easier to blur the lines here. But "syndication" has a very specific meaning (to me, at least).
#[kevinmarks]I also think that making them more fungible will help migrate nondevs
#aaronpkthis sounds like what tweetdeck and buffer have
#[kevinmarks]Yes, but rss means something to you too.
#aaronpkwhich is a power user feature but not gen 1
#[manton]kevinmarks Yeah, definitely. I'm concerned about making things more complicated for people. (Although most users will never look at the API anyway.)
#[manton]Just to be clear kevinmarks, you think you should be able to pass a syndicate-to of a blog address and send the post there and nowhere else?
#[manton]From the UI, I think they are separate things. I'd want to say "send this post to this blog" _and_ "also send it to Twitter and Facebook". The first choice is radio buttons, the second choice is checkboxes or similar.
#aaronpkright that's what I was getting at. I think it's important to keep the "syndication" concept separate meaning a copy
#aaronpkall my syndication targets are actually micropub endpoints and it doesn't matter whether they correspond to a silo or an indie web site, they all work the same
#[kevinmarks]Right. Except that you have a strong idea of your primary,as you have your domain.
#aaronpkwell soon I will ben wanting to post to multiple :)
#[kevinmarks]But if I start using indieweb tools it becomes a peer of the indieweb sites I can post at.
#[kevinmarks]Now, imagine that I treat my twitter account as my primary.
#[kevinmarks]10 years ago I used to say "you probably don't want to connect your suicide girls account to your LinkedIn", now it's "you don't want to connect your 2 Facebook accounts"