removes the reply instead of resetting the composer

This commit is contained in:
ChaosExAnima 2026-02-16 13:35:36 +01:00
parent 284c53f439
commit c0f5ea29fb
No known key found for this signature in database
GPG Key ID: 8F2B333100FB6117

View File

@ -446,6 +446,7 @@ export const composeReducer = (state = initialState, action) => {
return state.set('is_submitting', true);
case COMPOSE_REPLY_CANCEL:
return state.set('in_reply_to', null);
case COMPOSE_RESET:
case COMPOSE_SUBMIT_SUCCESS:
return clearAll(state);