]> cat aescling's git repositories - mastodon.git/commit
Don't normalize URLs in toots (#6134)
authorThibG <thib@sitedethib.com>
Wed, 3 Jan 2018 19:51:33 +0000 (20:51 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 3 Jan 2018 19:51:33 +0000 (20:51 +0100)
commita8b51124ba822703cb7bd70cea9ec46e4d0ee287
tree723c83e1516e76dfb73951da4b3db954d0a215ae
parent161c72d66d25bb8f5ff492e36a8521c701ab8afc
Don't normalize URLs in toots (#6134)

* Don't normalize URLs in toots

URL normalization is ill-defined and may cause certain links to break.

* Change specs since we are not normalizing user-provided URLs
app/lib/formatter.rb
spec/lib/formatter_spec.rb