this post was submitted on 21 Aug 2023
445 points (96.8% liked)
Fediverse
17698 readers
5 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's very useful, thank you @[email protected]
Just to note if copying the URL you have to strip off the https:// or else it won't work (maybe people just don't copy that these days, but I ran in to that problem anyway).
Uh yeah that is true. This was a one afternoon project, so I kinda threw the frontend together without thinking too much of it. I guess truncating the protocol instead of relying on the users doing it makes sense.
Also: tested it on mobile. And my probe capitalized the first letter, returning an “instance not found”.
Noted, adding a forced
.toLowerCase()
. I'm implementing all of the feedback I've received thus far right now.Awesome!
@[email protected] @[email protected] both changes have been pushed and deployed, thank you for your feedback.