You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-10 05:42:29 +03:00
Conform more of the codebase to strictNullChecks (#10800)
This commit is contained in:
committed by
GitHub
parent
adb29b38a3
commit
456c66db5b
@@ -73,7 +73,7 @@ export function buildLegacyCallEventGroupers(
|
||||
export default class LegacyCallEventGrouper extends EventEmitter {
|
||||
private events: Set<MatrixEvent> = new Set<MatrixEvent>();
|
||||
private call: MatrixCall | null = null;
|
||||
public state: CallState | CustomCallState;
|
||||
public state?: CallState | CustomCallState;
|
||||
|
||||
public constructor() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user