Fix legacy call-history messages without a callId
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
@@ -500,8 +500,6 @@ export function transitionCallHistory(
|
||||
event,
|
||||
direction
|
||||
);
|
||||
} else if (mode === CallMode.None) {
|
||||
throw new TypeError('Call mode must not be none');
|
||||
} else {
|
||||
throw missingCaseError(mode);
|
||||
}
|
||||
|
Reference in New Issue
Block a user