mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Discard invalid story replies
This commit is contained in:
@@ -109,6 +109,7 @@ export function sendStateReducer(
|
||||
return newStatus === oldStatus
|
||||
? state
|
||||
: {
|
||||
...state,
|
||||
status: newStatus,
|
||||
updatedAt: action.updatedAt,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user