From b9204cccf844afc27e7b2876fae8d452b6615462 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 13 Jul 2021 08:35:49 -0400 Subject: [PATCH] Remove extraneous paragraph. --- proposals/3083-restricted-rooms.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/proposals/3083-restricted-rooms.md b/proposals/3083-restricted-rooms.md index 60d54290..6f45b68b 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -82,11 +82,6 @@ caveat that servers must ensure that: `m.room.power_levels` event and an `m.room.member` event with `membership` equal to `join` for a member who could issue invites from that server. -As normal, the above check is also performed against the current room state during -[soft-failure](https://matrix.org/docs/spec/server_server/r0.1.4#soft-failure), -to guard against servers issuing new membership events by referencing old -events in the room. - Note that the homeservers whose users can issue invites are trusted to confirm that the `allow` rules were properly checked (since this cannot easily be enforced over federation by event authorisation).[3](#f3)