You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Claire db57bff11d
Stop setting a shortcode to newly-created media attachments (#16730)
* Stop setting a shortcode to newly-created media attachments

The WebUI has stopped using the “short media URL” in ages. This isn't used
anywhere except for mail notifications.

Deprecating it would allow us to eventually get rid of at least a database
column and corruption-prone index, as well as a controller.

* Fix tests
4 years ago
..
chewy
controllers
helpers
javascript
lib
mailers
models Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
policies
presenters
serializers Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
services
validators
views Stop setting a shortcode to newly-created media attachments (#16730) 4 years ago
workers