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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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({