mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Fix prepared quote not being discarded with contents when replying (#36778)
This commit is contained in:
parent
dcf7fc1028
commit
315833cb75
|
|
@ -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…
Reference in New Issue
Block a user