Skip to content
Snippets Groups Projects
Commit b53f1b5f authored by Simon Tatham's avatar Simon Tatham
Browse files

Stop calling client.fq() on URLs!

I think this must have been a copy-paste error from another field.
When we're printing the URL of a toot or a user in the Mastodon web
UI, we don't want to call client.fq() on it, which is the method that
appends @domain to bare usernames.

I'm impressed at how long it's taken me to notice this bug! I think
what must have happened is that _nearly_ all Mastodon web UI URLs
contain an @ sign (usually [site]/@user or [site]/@user/[more details]),
which caused client.fq() to leave the string unchanged. But today I
encountered an instance which formats its URLs differently, and
finally noticed this glaring error.
parent 0d488765
No related branches found
No related tags found
1 merge request!28Stop calling client.fq() on URLs!
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment