@rcombs hi ^_^ it seems there's a small display bug with how replies from mastodon instances are formatted sometimes. the account to which i am replying is shown as a string of markdown instead of a link.
i think it's because when the display_name field is empty, you are supposed to use the username field instead.
the post is https://deadinsi.de/@miyuko/114313884626966233
@[email protected] set browser.urlbar.showSearchTerms.enabled to false
@rcombs I'd been meaning to ask, is this working on mobile for android yet? it seems fine on my desktop client when I just tested it, but on mobile it's not showing up yet
on my gf's iphone, it shows up too!
but on my android phone (pixel 7, latest stable android, latest discord stable) and my friend's (android 14, idk what phone, latest discord stable), it doesn't seem to
Need to let loose a primal scream without collecting footnotes first? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret. Any awful.systems sub may be subsneered in this subthread, techtakes or no. If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high. > The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be) > > Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them. (Credit and/or blame to David Gerard for starting this. Also, happy April Fool’s in advance.)
Which is more terrifying [ ] why do I hear boss music [ ] why do I hear bagpipes
@rcombs I think at some point you mentioned you were going to hide cw'd text behind a spoiler? that doesn't seem to be happening
(really appreciate your work on this! it's a massive improvement)
@Radgryd @Gaelan Yeah, this was the team's decision on how to handle sensitive-flagged posts. It brings mastodon posts into alignment with the handling for other sites, and makes a bit more sense for chat-embed usage. On discord, embeds exist in channels (with their own community, context, and moderation), rather than when boosted onto people's general-purpose timelines (where users have ways to configure filters on an individual basis)
Users who want to obscure the content of an embed can wrap the link in ||pipes|| (put a space after the link if you want to have it still embed, but behind a spoiler block), which applies to links from any site
@rcombs @Gaelan That's unfortunate. I've felt the Fediverse was CW-sensitive more than other platforms, which I've enjoyed.
I let my feed be posted on my Discord via an RSS bot, so I have no control over spoilering the link/embed itself.
The embed ignores Mastodon's spoiler feature as well. I don't really know what the solution for this is.
@Radgryd I'm confused; as far as I can tell, this isn't a feature Mastodon has? That post just contains the plaintext string "||Test||", which doesn't have any special meaning in a Mastodon post.
As for solutions to your issue, I'd suggest using a bot that makes smarter decisions about what posts to forward where, or whether to obscure the embeds, based on the content of the post.
@rcombs I input the spoiler tags for Discord to see how it would display in the embed posted on Discord, of course it doesn't do anything on Mastodon..
It *did* use to obscure the embeds, as shown before. Thanks anyway.
and now, for something completely different: Bad Apple playing through a Traceroute new blogpost: https://sdomi.pl/weblog/24-arpa-hacks/
2.77K Posts, 47 Following, 840 Followers · She/her. SWE at Discord. Why would you think the views expressed here _weren't_ my own? searchable
@rcombs @halva @loveshock The media type `application/activity+json` signals an AS2 document, not necessarily a fediverse object, and not necessarily containing AP properties such as `likes` and `shares` collections ^_^
This isn't a matter of "spec compliance", because AS2 is more or less unstructured data once you get past the JSON(-LD). Anything can be included or not included.
Either way, Akkoma currently implements Mastodon API compatibility to a degree that it should be transparent here?
(akkoma actually has its own cursed protocol that overlaps but not necessarily actually complies with activitypub)
i’m not sure any commonly used activitypub software does, since activitypub is a massively overcomplicated protocol, and to federate with mastodon you have to emit specially formatted messages that don’t quite match any canonical form of activitypub messages
@rcombs @loveshock i added that link but it still doesn’t work
does the discord embed fetcher implement activitypub request signing?
@charlotte @loveshock what was the link URL?
it does not implement signing (and likely will not), but if the link points to a URL with path "/notice/[alphanumeric ID]" (as with the HTML pages), the unfurler should be able to recognize that and make request the post from the Mastodon-compatible API
Signature header? the lack of one when requesting the activitypub representation will significantly hurt interoperability