I'm still on the fence about mastodon's choice not to notify people when they get quote posted.
-
Emelia ๐ธ๐ปreplied to Marco Rogers last edited by
@polotek @renchap right, but what third-party clients do or not do isn't Mastodon making decisions. When you've a team of 3 people, you need to decide what to prioritize, because you can't work on all the things all the time.
Grouped Notifications were first, Quote Posts next, because that's how the funding flowed.
-
esmevane, sorryreplied to Marco Rogers last edited by
@polotek if i feel like i'm going to vehemently disagree or blunder into being a reply guy, or anything else where i feel like i'm definitely not adding anything, i quote post. in these contexts, not sending the person a notification seems good?
-
Marco Rogersreplied to Emelia ๐ธ๐ป last edited by
@thisismissem I think what I'm saying is that often when people say "mastodon" they're not only referring to what those 3 people are doing. This thing is already way bigger than those 3 people. That has been part of my critique for a while now. I understand that the shorthand of just saying "mastodon" is going to continue to cause confusion. I'll try to find some other way to talk about it so it doesn't keep activating this same exchange.
-
@ironchamber right. That's what I prefer. The quote post should be understand as starting an offshoot conversation. The OP is welcome to join or not. But ideally it's not taken as direct engagement by default. I'm not sure if it's possible to navigate that all the time though.
-
Hrefna (DHC)replied to Emelia ๐ธ๐ป last edited by
This goes back to something I've said before:
People's impression of a network is not just the 1P clients. It is a "mastodon feature" because when you are using "mastodon clients" to connect to a "mastodon server" that is the experience of users, regardless of who made what decision.
But I would note: if mastodon hadn't actively _fought_ the implementation of this functionality for so long, it would probably have helped the perception here.
-
Emelia ๐ธ๐ปreplied to Hrefna (DHC) last edited by
-
Emelia ๐ธ๐ปreplied to Marco Rogers last edited by
@polotek right, but you did frame it as "mastodon's choice" that's all I'm suggesting isn't right, because what clients do or don't do isn't mastodon's choice.
See: reporting basically being non-existent in Ivory; we've tried to encourage them to do the right thing, but they haven't cared enough yet.
-
@hrefna @thisismissem I mean the fact that many people are told to get a third party client very shortly after joining mastodon says so much. The default experience is not the recommended one.
-
Marco Rogersreplied to Emelia ๐ธ๐ป last edited by
@thisismissem yeah I understand. I'm going to work on being more intentional about discussing the evolution of the fedi ecosystem. It's easy to use shorthand. But it probably causes more confusion than anything else.
-
Emelia ๐ธ๐ปreplied to Emelia ๐ธ๐ป last edited by
@polotek yes, client choices do impact one's experience of mastodon and the fediverse, but they are not mastodon's choices.
-
@polotek @thisismissem the decision to work on quote posts has been done a bit less than a year ago. Then we got NGI to fund it, and we started the work a few weeks ago because we did not had the time before (finishing grouped notifications and releasing 4.3 took a lot of time).
-
Rรขu Cao โกreplied to Emelia ๐ธ๐ป last edited by
@thisismissem @renchap @polotek The client I use with our Mastodon instance renders links as actual quotes. Any client can choose to do that.
-
Emelia ๐ธ๐ปreplied to Rรขu Cao โก last edited by
-
Marco Rogersreplied to Emelia ๐ธ๐ป last edited by
@thisismissem @raucao I'm not sure what you mean by "we can't track linking to things".
I assume you mean the case where my post lands on some other masto instance. Someone on that instance chooses to quote post it. But my instance doesn't have a way to know when that happens. (Unless I'm following that person?)
Is that right?
-
@[email protected] @[email protected] @[email protected]
There's two meanings of quote post, a 'native' one is fedi software creating a special kind of post with additional metadata saying what's quoted. when I do this in Sharkey it does notify the person I'm quoting, as if they were mentioned. mastodon doesn't do these yet, no matter what client you use.
there's also clients that treat links as if they were quotes. It's UI sugar for a regular post containing a link, there's nothing special the mastodon server is doing since it's client side, there's no notification to OP unless they are mentioned in it. mastodon can make these because they are just regular posts made by a client that auto-includes a URL when the 'quote' button is pressed. -
@smitten I understand all of these distinctions. I was asking specifically about Emelia's comment about tracking links to make sure I understood it the way they intended.
-
Emelia ๐ธ๐ปreplied to Marco Rogers last edited by
-
Rรขu Cao โกreplied to Emelia ๐ธ๐ป last edited by
@thisismissem @polotek Since the link preview is in fact fetched, and the instance knows its own domain, it would be possible to create notifications from that. But only if someone on the instance follows the quoting account, of course.
-
Emelia ๐ธ๐ปreplied to Rรขu Cao โก last edited by
@raucao @polotek it's not fetched whilst we post, it's fetched asynchronously from that.
So we'd somehow need to fetch the link preview, figure out the preview is actually for a fediverse server, get the link in JSON-LD representation, then create & send an activity to it's author (not sure what activity, since there's no Quote activity)
-
Rรขu Cao โกreplied to Emelia ๐ธ๐ป last edited by
@thisismissem @polotek Not sure I follow. I meant that if a Mastodon instance is fetching a link preview and sees that it's a link to one of its own local posts, then it would be fairly easy to turn that into a notification. You wouldn't even need to turn it into an activity to send elsewhere I guess.