mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

弊ぼっちからの投稿のURLは省略しないようにしたかったのを思い出した。この前見てみたときは何箇所か変更しなきゃいけない感じになって諦めたんだっけな…

$ RAILS_ENV=development bundle exec rails c
> TextFormatter::shortened_link("https:// example.com/really/long/
path/here/日本語も付けちゃう")
=> "<a href=\"https:// example.com/really/long/path/here/日本語も付けちゃう\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">example.com/really/long/path/h</span><span class=\"invisible\">ere/日本語も付けちゃう</span></a>"

複雑な感じだけどapp/lib/text_formatter.rbだけいじれば行けるのかな?

欲しい動作を spec/lib/text_formatter_spec.rb に書いて app/lib/text_formatter.rb を変更してくのが良さそう。