AlexTECPlayz on Nostr: nprofile1q…e6h3y It would be helpful to see this tip in the actual compose UI on ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqzylk3x2cvl79r854gtnqjvh7cjns6zzynvf39llvfvh6gl89cgvsre6h3y (nprofile…6h3y) It would be helpful to see this tip in the actual compose UI on Mastodon, because URLs take the same amount of characters, regardless of length, regardless if using the full URL or a shortener.
Mastodon by default uses 23 characters for URLs, as per these two lines of code:
https://github.com/mastodon/mastodon/blob/0ac43700d8a88c08e6f8f854e8bb85838df5fc51/app/validators/status_length_validator.rb#L5-L6
Admins can modify this code to whatever they want, I use 1 character as the length of a URL (https://github.com/VantaInteractive/Social/blob/223f253e918b8d5b2a4ea0da5087fb497596a49d/app/validators/status_length_validator.rb#L5).
Mastodon by default uses 23 characters for URLs, as per these two lines of code:
https://github.com/mastodon/mastodon/blob/0ac43700d8a88c08e6f8f854e8bb85838df5fc51/app/validators/status_length_validator.rb#L5-L6
Admins can modify this code to whatever they want, I use 1 character as the length of a URL (https://github.com/VantaInteractive/Social/blob/223f253e918b8d5b2a4ea0da5087fb497596a49d/app/validators/status_length_validator.rb#L5).