Initial cut of Pinned event card in the right panel
This commit is contained in:
parent
4fa6d3599b
commit
59f4c728c9
13 changed files with 483 additions and 152 deletions
|
@ -514,9 +514,6 @@ export const useRoomPowerLevels = (cli: MatrixClient, room: Room) => {
|
|||
} else {
|
||||
setPowerLevels({});
|
||||
}
|
||||
return () => {
|
||||
setPowerLevels({});
|
||||
};
|
||||
}, [room]);
|
||||
|
||||
useEventEmitter(cli, "RoomState.events", update);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue