Discard invalid story replies

This commit is contained in:
Josh Perez 2022-11-09 22:52:53 -05:00 committed by GitHub
parent 42a1394039
commit cd1a1a00a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

View file

@ -109,6 +109,7 @@ export function sendStateReducer(
return newStatus === oldStatus
? state
: {
...state,
status: newStatus,
updatedAt: action.updatedAt,
};