Remove deleted messages from Redux search state
This commit is contained in:
parent
1520c80013
commit
3389b2e2b8
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ export function reducer(
|
|||
return {
|
||||
...state,
|
||||
messageIds: reject(messageIds, messageId => id === messageId),
|
||||
messageLookup: omit(messageLookup, ['id']),
|
||||
messageLookup: omit(messageLookup, id),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue