You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Conform more of the codebase to strict typescript (#10841)
This commit is contained in:
committed by
GitHub
parent
af78a5a2f5
commit
277a3c0146
@@ -1488,6 +1488,7 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
||||
// rate limited because a power level change will emit an event for every member in the room.
|
||||
private updateRoomMembers = throttle(
|
||||
() => {
|
||||
if (!this.state.room) return;
|
||||
this.updateDMState();
|
||||
this.updateE2EStatus(this.state.room);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user