hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
745 stars 56 forks source link

Quoting of Articles #2

Open dariusk opened 5 years ago

dariusk commented 5 years ago

Article type posts should be able to be quoted a la "quote tweets" from Twitter. Since Article is intended for long form publications I think it makes sense to give people this contextual kind of way to comment.

dariusk commented 5 years ago

One issue here is that this needs to "unfold" across servers -- ideally this means the following:

But also, how is this different from just appending the content URL to the user's comment and letting it unfurl? I think what would make the most sense is if someone on a hometown server clicked on the quoted content, it would render right there in their feed for them to read, like a twitter quote works but potentially much longer. And if someone not on hometown sees the quote, then it's just the URL?

Anyway, this is more of a UX can of worms than I expected and I'll continue to think through this.