Email or username:

Password:

Forgot your password?
Top-level
Emelia ๐Ÿ‘ธ๐Ÿป

@dansup @hongminhee

Long complicated reason: mastodon currently uses a legacy attachment manager package for Rails and it's ridiculously complex to upgrade to ActiveStorage or something else without needing to reupload all media (which would potentially be prohibitively expensive for server operators & require publishing update to all existing notes & actors containing media)

- github.com/mastodon/mastodon/i
- github.com/mastodon/mastodon/i
- github.com/mastodon/mastodon/i

2 comments
dansup

@thisismissem @hongminhee Ah I see, Iโ€™m glad I had the foresight to handle this properly when designing this back in 2018.

Also thankful for not depending on a 3rd party lib for such an essential feature, I donโ€™t blame Mastodon for this though, being that Pixelfed is media focused, it was a higher priority design constraint in my mind.

Emelia ๐Ÿ‘ธ๐Ÿป

@dansup @hongminhee

In 2016, paperclip was still a solid choice for handling this.

Go Up