Conform more of the codebase to strictNullChecks
(#10358
* Conform more of the codebase to `strictNullChecks` * Fix types * Iterate * Iterate
This commit is contained in:
parent
41d88ad6ae
commit
503df62191
76 changed files with 323 additions and 327 deletions
|
@ -128,7 +128,7 @@ export function launchPollEditor(mxEvent: MatrixEvent, getRelationsForEvent?: Ge
|
|||
PollCreateDialog,
|
||||
{
|
||||
room: MatrixClientPeg.get().getRoom(mxEvent.getRoomId()),
|
||||
threadId: mxEvent.getThread()?.id ?? null,
|
||||
threadId: mxEvent.getThread()?.id,
|
||||
editingMxEvent: mxEvent,
|
||||
},
|
||||
"mx_CompoundDialog",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue