mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Updates
This commit is contained in:
@ -40,6 +40,16 @@ const composeReducer = (
|
||||
)
|
||||
}
|
||||
}
|
||||
case 'attachment/upload/fail':
|
||||
return {
|
||||
...state,
|
||||
attachments: {
|
||||
...state.attachments,
|
||||
uploads: state.attachments.uploads.filter(
|
||||
upload => upload.local.hash !== action.payload
|
||||
)
|
||||
}
|
||||
}
|
||||
case 'attachment/delete':
|
||||
return {
|
||||
...state,
|
||||
|
Reference in New Issue
Block a user