discourse/app/assets
Martin Brennan f61783a218
FIX: Emoji uploader not using data.name on uppy upload (#14958)
When uploading emoji with the new uppy upload mixin, we were
not sending the name of the emoji in the payload, or more
accurately uppy was already using the file name as the name
value and we were not overriding it from data. This commit
changes the behaviour for single files uploaded via the uppy
upload mixin, by merging the file's meta object with this.data
from the parent component.
2021-11-16 11:14:06 +10:00
..
images
javascripts FIX: Emoji uploader not using data.name on uppy upload (#14958) 2021-11-16 11:14:06 +10:00
stylesheets SYNTAX: Use classes instead of html element targeting (#14890) 2021-11-15 14:49:45 -06:00