Remove space-specific right panel store handling
This is no longer needed as the right panel always corresponds to the currently viewed room/space only. Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ function setRightPanel(state: IRightPanelCardState): void {
|
||||
} else {
|
||||
RightPanelStore.instance.setCards([
|
||||
{ phase: RightPanelPhases.RoomSummary },
|
||||
{ phase: RightPanelPhases.RoomMemberInfo, state: { member: state.member } },
|
||||
{ phase: RightPanelPhases.MemberInfo, state: { member: state.member } },
|
||||
{ phase: RightPanelPhases.EncryptionPanel, state },
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user