about summary refs log tree commit diff
path: root/db/migrate/20170304202101_add_type_to_media_attachments.rb
AgeCommit message (Collapse)Author
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.