shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

258
active users

#QuoteTweet

0 posts0 participants0 posts today
Replied in thread
@Chris Alemany🇺🇦🇨🇦🇪🇸 The Mastodon devs are talking as if either the Fediverse is only Mastodon, or the Fediverse as a whole doesn't have quote-posts.

Neither of this is true. The Fediverse has had quote-posts since July 2nd, 2010 when Mistpark (now known as Friendica) was launched. Mastodon toots have been quote-post-able since Mastodon itself was launched, for when Mastodon was launched, it immediately federated with at least two Fediverse server applications that have quote-posts, namely Friendica and Hubzilla, a fork of a fork of Friendica by Friendica's own creator.

Nowadays, at least Pleroma, Akkoma, all other Pleroma forks, Misskey, Calckey, Firefish, Iceshrimp-JS, Iceshrimp.NET, CherryPick, Sharkey, all other Misskey forks, Mitra, Friendica, Hubzilla, (streams) and Forte can quote-post Mastodon toots with no problem.

And Mastodon won't be able to stop them. No, seriously, it won't. Not with a non-standard, proprietary, home-brew opt-in or opt-out switch that doesn't tie into anything that the other Fediverse server apps have. And whatever switch Mastodon is working on will not tie into anything that already exists.

Let me put it this way: Hubzilla has the second-most advanced and fine-grained permissions system in the Fediverse. It goes well beyond most people's imagination. It works on three levels: for the whole channel (that's similar to a Mastodon account), for individual contacts (that's "followers" in Mastodon lingo, but Hubzilla doesn't distinguish between followers and followed), for individual content. (streams) and Forte are the only ones with an even more advanced and fine-grained permissions system.

But even they don't have a quote-post permission setting. And they have permission settings for just about everything. You want reply control in the Fediverse? Hubzilla has reply control, and (streams) and Forte have reply control on steroids. But what they don't have is a quote-posting permission because that's next to impossible to control across the Fediverse even with the most advanced permissions system.

As @Mike Macgirvin ?️ (professional software developer for almost half a century, designer of two Fediverse protocols, creator of Friendica and Hubzilla, inventor of nomadic identity, creator and maintainer of (streams) and Forte) says: The only way to make your posts un-quote-post-able is by not posting in public and not allowing everyone in the Fediverse full access to your posts. Set your "Who can quote" however you want, I'll always be able to quote-post all your public posts with no problem and with no resistance.

So what chance does Mastodon have then? Mastodon which doesn't even know what permissions are? Developed by Eugen Rochko who actually has a history of head-butting with Mike Macgirvin, and who would never take any step towards anything that Mike has ever developed?

I'm commenting from Hubzilla right now, and I'm also on (streams). And I can tell you: If you make any of your posts "un-quote-post-able", this still won't make my Share buttons on Hubzilla and (streams) disappear.

CC: @Stefan Bohacek @FinchHaven sfba

#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Fediverse #Mastodon #Pleroma #Akkoma #Misskey #Forkey #Forkeys #Calckey #Firefish #Iceshrimp #Iceshrimp.NET #CherryPick #Sharkey #Mitra #Friendica #Hubzilla #Streams #(streams) #Forte #QuotePost #QuotePosts #QuoteTweet #QuoteTweets #QuoteToot #QuoteToots #QuoteBoost #QuoteBoosts #QuotePostDebate #QuoteTootDebate
friendi.cafriendica – A Decentralized Social Network
More from Tobias
Replied in thread
@BotKit by Fedify :botkit: Be aware that quotes and quote-posts are two different things, and both exist in the Fediverse. At least Friendica, Hubzilla, (streams) and Forte can generate both.

This is a quote, like in every bulletin-board forum out there:

Coming soon in #BotKit 0.2.0: Native #quote post support!


Or this, but it has to be coded manually into the comment's source code:

BotKit by Fedify :botkit: wrote:
Coming soon in #BotKit 0.2.0: Native #quote post support!


This is a quote-post a.k.a. shared post a.k.a. quoted share:

BotKit by Fedify :botkit: wrote the following post Mon, 21 Apr 2025 05:51:28 +0200 Coming soon in #BotKit 0.2.0: Native #quote post support!

We're excited to share a preview of the upcoming quoting features in BotKit 0.2.0. This update will make it easier for your bots to engage with quoted content across the fediverse.

The quoting feature set includes:Here's a quick example of how you can use the quote detection:
bot.onQuote = async (session, quote) => {
  // The quote parameter is a Message object representing the post that quoted your bot
  await quote.reply(text`Thanks for quoting my post, ${quote.actor}!`);
  
  // You can access the original quoted message
  const originalPost = quote.quoteTarget;
  console.log(`Original message: ${originalPost?.text}`);
};

And creating quote posts is just as simple:
// Quote in a new post
await session.publish(
  text`I'm quoting this interesting message!`,
  { quoteTarget: someMessage }
);

// Or quote in a reply
await message.reply(
  text`Interesting point! I'm quoting another relevant post here.`,
  { quoteTarget: anotherMessage }
);

Remember that quoting behavior may vary across different #ActivityPub implementations—some platforms like Misskey display quotes prominently, while others like Mastodon might implement them differently.

Want to try these features right now? You can install the development version from JSR:
deno add jsr:@fedify/botkit@0.2.0-dev.90+d6ab4bdc
We're looking forward to seeing how you use these quoting capabilities in your bots!

#fedidev

Also, Friendica, Hubzilla, (streams) and Forte handle quote-posts a lot differently from Misskey and the Forkeys.

Misskey and the Forkeys do quote-posts like so:

RE: https://hollo.social/@botkit/01965678-eb56-7003-9c91-07e4418bf63a

At least on Hubzilla, (streams) and Forte, a quote-post starts out like this:

[share⁠=74153074][/share]

Upon sending the post, this piece of BBcode is changed into a full, dumb copy of the original post, led in by a line that says who posted this first, complete with a link to the profile, and that also links to the original. The original poster is being notified about this (unless they chose not to), but if the original post is edited, the edit is not forwarded to quote-posted copies.

#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Fediverse #Misskey #Forkey #Forkeys #Friendica #Hubzilla #Streams #(streams) #Forte #Quotes #QuotePost #QuotePosts #QuoteTweet #QuoteTweets #QuoteToot #QuoteToots #QuoteBoost #QuoteBoosts
hub.netzgemeinde.euNetzgemeinde/Hubzilla
Replied in thread
@Shoq Self-quote from that long post you should have been notified about:

It's because quoted posts = quote-tweets as used on Twitter to harass BIPoC and members of the 2SLGBTQIA+ community. People who, for this very same reason, harassment, have escaped from Twitter to Mastodon which doesn't have quote-tweets and therefore counts as a safe haven.

They don't want quote-tweets on Mastodon out of fear of being harassed on Mastodon just the same as they were harassed on Twitter.

So it's gays and lesbians and trans people and Black people etc. who've been harassed to the bone by right-wing nutters on Twitter, using quote-tweets. And they don't want the same shit to happen to them on Mastodon again.

And they think they're only safe if Mastodon doesn't have quote-tweets.

Sorry, still over 500 characters.

#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Twitter #Mastodon #Harassment #CWHarassment #QuotePost #QuotePosts #QuoteBoost #QuoteBoosts #QuoteTweet #QuoteTweets #QuotedShares #QuotePostDebate
MastodonShoq (@shoq@mastodon.social)25.9K Posts, 1.44K Following, 5.43K Followers · I'm @shoq from ExTwitter. Self-appointed evangelist for the #fediverse, working on open source projects that can help it become the communications backbone for the planet that Twitter might have been. #fedi22 #opensource #sidetoolz #USpolitics #liberal #invention Other contacts: Twitter.com/shoq, @shoq@bluesky.app; @shoq:sidetalk.net

All you #QuoteTweet fans desperate for a #QuoteBoost / #QuotePost feature on #Mastodon, I figured out how you can achieve it so you can share something AND share your comments about it, without breaking the original conversation thread (which is the biggest reason why I *don't* want Quote Tweets to make their way here):

1. Reply to the post with your comments. Your reply goes into the thread, but won't be seen by any of your followers, unless they follow the account you're replying to.

2. Boost the post you're replying to.

3. Boost your reply.

You can swop 2 and 3 around if you like, or you can omit 2, provided you write your reply in such a way that someone who hasn't seen the post you're replying to would get an idea of its content.

I think that's a really cool compromise, don't you?

If I want to quote a toot/post with my opinion, I would write my opinion and mention the URL of the toot/post at the end of my toot/post.

I don't mind if the content of the quoted toot/post is not fully visible with my opinion where it's read, as long as it's not a dead link and readers can open and reply or quote it in their post with their opinion or quote my opinion for the next set of their toots/posts.

This functionality already works, and that's what quoting a toot or tweet means to me. So I need help understanding all these ongoing, never-ending discussions around copying twitter for their version of the #QuoteTweet.

So I did some quick tabulation of #QuoteTweet uses on today's Twitter to assist the #QuoteBoost debate on Mastodon.

In curated lists of experts and news sources, QT's are frequent and generally positive.

In a trending topic on climate change, QT's were infrequent even though the conversation was generally hostile.

In a trending topic on Ben Shapiro, a prominent public figure on Twitter, dunking predominated.

posted to: github.com/mastodon/mastodon/i

MY DRUNK QUESTION on #QuoteTweet - there's a lot of people yelling about it and I'm new and don't really care either way but one of the concerns seems to be it enables brigading. I def. see that on Twitter. I'm not sure how much that's a risk on the more distributed Fediverse esp. when reach is limited by boosting/followers and there's no oligarchorithm fucking with you. so it seems like that risk is overstated.

Am I full of shit?

If you want #QuoteTweet, #QuoteToot, #qt or whatever you call it to (better?) do your job, I feel you. But if a feature you want has potential and had proven to cause harm and inflict pain on marginalized folks, you don’t get to demand this feature.

You ought to first figure out how to make this feature not cause harm, propose a solution, and then advocate for it. You will have to address criticism and change your proposal based on feedback.

If #mastodon instances want to enable the toot version of a #quotetweet it should be set at an account level. If you’re a scientist or historian or someone who finds it useful then by all means open the gates, but I’ve never been personally #qt ‘d by anyone that was for any reason other than platooning. Personally I’d put a rusty old padlock on that feature, but I can see why others are into it.

Frankly #QuoteTweet is a redundant feature even on #Twitter itself, it should be removed.

It was one thing when you could QT secretly, but a few years ago Twitter added a QT count under each tweet, and you could track when your tweets got QTed.

That makes them effectively replies, just rendered differently and counted differently.

All replies should be rendered with the original inline if not viewing the thread.

A QT is then just a reply you self-boost.