You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an account on Friendica, a channel on Hubzilla or a channel on (streams).
If you're on Hubzilla, "install" the ActivityPub "app" so you can connect to Glitch-soc.
Follow your Friendica account, your Hubzilla channel or your (streams) channel from Glitch-soc.
Go to Friendica, Hubzilla or (streams) and confirm the connection request.
Post "#Hashtag" on Friendica, Hubzilla or (streams).
Wait for the post to arrive in your Glitch-soc timeline.
Look at the post on Glitch-soc.
Expected behaviour
Glitch-soc renders "#Hashtag" as follows: "#" is not linked. "Hashtag" is a link to the search for the hashtag "#Hashtag" on your local Glitch-soc instance. Glitch-soc treats the link as a valid, standard hashtag. Standard vanilla Mastodon behaviour.
Actual behaviour
Glitch-soc renders "#Hashtag" as dumb text with no link and no hashtag or search link functionality at all.
Detailed description
First of all, I'm not a Glitch-soc user. I'm writing this as a Hubzilla user on behalf of another user who has noticed this bug in the way Glitch-soc renders my posts from Hubzilla. I do not know whether this user is on the Web interface or a Mastodon app. But judging by the nature of the bug, it most likely does not occur in the Web interface because as far as I know, Mastodon's HTML sanitiser is part of the backend.
This is because hashtags on these three are different from hashtags on Twitter, Mastodon, Glitch-soc and all the other microblogging projects in the Fediverse. They have always been, and with "always", I mean since the launch of Friendica in 2010, five and a half years before Mastodon.
A typical microblogging/Twitter/Mastodon hashtag is a working hashtag in its entirety.
A hashtag on Friendica, Hubzilla and (streams), however, has always looked like this: The "#" is not part of the hashtag and the link.
| This is not hashtag and linked | This is hashtag and linked |
| #|Hashtag |
#Hashtag - Notice how the "#" is black and only the "Hashtag" is blue.
Mastodon can handle this quite gracefully.
Glitch-soc, on the other hand, doesn't know that this is a hashtag. It doesn't expect hashtags that look like this. And since it doesn't understand the code, it's HTML sanitiser removes all of the code that would make this a working hashtag.
Glitch-soc only expects "#Hashtag" and turns "#Hashtag" into a dumb, non-functional "#Hashtag". Instead, it should render it as "#Hashtag" with a link to the local hashtag search and handle it as a valid hashtag.
Mastodon instance
dragonscave.space
Mastodon version
v4.3.0-alpha.5+glitch
Technical details
No response
The text was updated successfully, but these errors were encountered:
Steps to reproduce the problem
Expected behaviour
Glitch-soc renders "#Hashtag" as follows: "#" is not linked. "Hashtag" is a link to the search for the hashtag "#Hashtag" on your local Glitch-soc instance. Glitch-soc treats the link as a valid, standard hashtag. Standard vanilla Mastodon behaviour.
Actual behaviour
Glitch-soc renders "#Hashtag" as dumb text with no link and no hashtag or search link functionality at all.
Detailed description
First of all, I'm not a Glitch-soc user. I'm writing this as a Hubzilla user on behalf of another user who has noticed this bug in the way Glitch-soc renders my posts from Hubzilla. I do not know whether this user is on the Web interface or a Mastodon app. But judging by the nature of the bug, it most likely does not occur in the Web interface because as far as I know, Mastodon's HTML sanitiser is part of the backend.
Glitch-soc does not recognise hashtags in posts from Friendica, Hubzilla and the nameless server application in the streams repository as such. Instead, its HTML sanitiser removes all code around them.
This is because hashtags on these three are different from hashtags on Twitter, Mastodon, Glitch-soc and all the other microblogging projects in the Fediverse. They have always been, and with "always", I mean since the launch of Friendica in 2010, five and a half years before Mastodon.
A typical microblogging/Twitter/Mastodon hashtag is a working hashtag in its entirety.
#Hashtag - Notice how the whole thing is blue.
A hashtag on Friendica, Hubzilla and (streams), however, has always looked like this: The "#" is not part of the hashtag and the link.
#Hashtag - Notice how the "#" is black and only the "Hashtag" is blue.
Mastodon can handle this quite gracefully.
Glitch-soc, on the other hand, doesn't know that this is a hashtag. It doesn't expect hashtags that look like this. And since it doesn't understand the code, it's HTML sanitiser removes all of the code that would make this a working hashtag.
Glitch-soc only expects "#Hashtag" and turns "#Hashtag" into a dumb, non-functional "#Hashtag". Instead, it should render it as "#Hashtag" with a link to the local hashtag search and handle it as a valid hashtag.
Mastodon instance
dragonscave.space
Mastodon version
v4.3.0-alpha.5+glitch
Technical details
No response
The text was updated successfully, but these errors were encountered: