Fix prepared quote not being discarded with contents when replying (#36778)
This commit is contained in:
parent
29ae9c9c4b
commit
fbe05d42fb
1 changed files with 1 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ export const composeReducer = (state = initialState, action) => {
|
|||
map.set('caretPosition', null);
|
||||
map.set('preselectDate', new Date());
|
||||
map.set('idempotencyKey', uuid());
|
||||
map.set('quoted_status_id', null);
|
||||
|
||||
map.update('media_attachments', list => list.filter(media => media.get('unattached')));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue