Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9dcee81

Browse files
authored
Fix 3pid member info for space member list (#8128)
1 parent c159d55 commit 9dcee81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/SpaceRoomView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ export default class SpaceRoomView extends React.PureComponent<IProps, IState> {
801801
} else if (payload.action === "view_3pid_invite" && payload.event) {
802802
RightPanelStore.instance.setCard({
803803
phase: RightPanelPhases.Space3pidMemberInfo,
804-
state: { spaceId: this.props.space.roomId, member: payload.member },
804+
state: { spaceId: this.props.space.roomId, memberInfoEvent: payload.event },
805805
});
806806
} else {
807807
RightPanelStore.instance.setCard({

0 commit comments

Comments
 (0)