mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 09:02:52 +03:00
Removed old todo
This commit is contained in:
parent
607e33feba
commit
6d98335368
1 changed files with 0 additions and 1 deletions
|
@ -824,7 +824,6 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||||
this.calculateRecommendedVersion(room);
|
this.calculateRecommendedVersion(room);
|
||||||
this.updateE2EStatus(room);
|
this.updateE2EStatus(room);
|
||||||
this.updatePermissions(room);
|
this.updatePermissions(room);
|
||||||
//TODO: forceStopConfetti();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
private async calculateRecommendedVersion(room: Room) {
|
private async calculateRecommendedVersion(room: Room) {
|
||||||
|
|
Loading…
Reference in a new issue