mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-03-03 14:58:53 -05:00
[Glitch] Fix editing description of media uploads with custom thumbnails
Port 404f467fcf6db5c4510bc6dd788858f2440306ff to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
59a8066045
commit
a09a26da49
@ -507,7 +507,7 @@ export default function compose(state = initialState, action) {
|
||||
.set('isUploadingThumbnail', false)
|
||||
.update('media_attachments', list => list.map(item => {
|
||||
if (item.get('id') === action.media.id) {
|
||||
return fromJS(action.media);
|
||||
return fromJS(action.media).set('unattached', item.get('unattached'));
|
||||
}
|
||||
|
||||
return item;
|
||||
|
Loading…
x
Reference in New Issue
Block a user