[Glitch] Fix prepared quote not being discarded with contents when replying

Port fbe05d42fb to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-11-07 10:11:10 +01:00
parent 585827c14f
commit 85b9a5944d

View File

@@ -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')));