1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-08 17:48:33 +03:00

Fix 3pid member info for space member list (#8128)

This commit is contained in:
Michael Telatynski
2022-03-24 11:32:31 +00:00
committed by GitHub
parent c159d550f5
commit 9dcee811e3

View File

@@ -801,7 +801,7 @@ export default class SpaceRoomView extends React.PureComponent<IProps, IState> {
} else if (payload.action === "view_3pid_invite" && payload.event) {
RightPanelStore.instance.setCard({
phase: RightPanelPhases.Space3pidMemberInfo,
state: { spaceId: this.props.space.roomId, member: payload.member },
state: { spaceId: this.props.space.roomId, memberInfoEvent: payload.event },
});
} else {
RightPanelStore.instance.setCard({