The UrlShortener creates short links containing Reserved Characters ( https://datatracker.ietf.org/doc/html/rfc3986#section-2.2 ) like this: https://w.wiki/7YP$
Reserved Characters in links might break them if you don't encode them. Example: https://mastodon.social/@Ustinoff/111121931897969987
It would have been better not to use the reserved characters at all from the beginning. It would be good if they were not used to create short URLs in the future.
It would be possibel to percent-encode the short URL, but that would make the short URL longer, which defeats its purpose. Example from above: https://w.wiki/7YP%24