Skip to content

Commit

Permalink
More fixes to auth events (#1263)
Browse files Browse the repository at this point in the history
A followup to #1261: we should not be including `m.room.join_rules` in the auth
events for most events.
  • Loading branch information
richvdh authored Jun 17, 2022
1 parent 9742d16 commit b4297e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/50federation/52soft-fail.pl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
# the DAG.
@remote_auth_events = (
$room->get_current_state_event( "m.room.create" ),
$room->get_current_state_event( "m.room.join_rules" ),
$room->get_current_state_event( "m.room.power_levels" ),
$join_event,
);
Expand Down

0 comments on commit b4297e9

Please sign in to comment.