[Glitch] Fix prepared quote not being discarded with contents when replying
Port 315833cb75d26786b23baec15e7b68622b0dec21 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
c1ef6e31cb
commit
08ef682995
@ -505,6 +505,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…
x
Reference in New Issue
Block a user