mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Fix another instance of media gallery update
This commit is contained in:
@@ -492,6 +492,7 @@ export function reducer(
|
||||
return {
|
||||
...state,
|
||||
media: state.media.filter(item => item.message.id !== action.payload.id),
|
||||
links: state.links.filter(item => item.message.id !== action.payload.id),
|
||||
documents: state.documents.filter(
|
||||
item => item.message.id !== action.payload.id
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user