diff --git a/proposals/1772-groups-as-rooms.md b/proposals/1772-groups-as-rooms.md index ef911b59..75b9f967 100644 --- a/proposals/1772-groups-as-rooms.md +++ b/proposals/1772-groups-as-rooms.md @@ -366,24 +366,3 @@ problems, including: * e.g. Room Directories * Groups are centralised, rather than being replicated across all participating servers. - - - -## Footnotes - -[1]: The converse, "anybody can join, provided they are not members -of the '#catlovers' space" is less useful since (a) users in the banned space -could simply leave it at any time; (b) this functionality is already somewhat -provided by [Moderation policy -lists](https://matrix.org/docs/spec/client_server/r0.6.1#moderation-policy-lists). [↩](#a1) - -[2]: Note that there is nothing stopping users sending and -receiving invites in `public` rooms today, and they work as you might -expect. The only difference is that you are not *required* to hold an `invite` -when joining the room. [↩](#a2) - -[3]: This is a marginal decrease in security from the current -situation with invite-only rooms. Currently, a misbehaving server can allow -unauthorized users to join an invite-only room by first issuing an invite to -that user. In theory that can be prevented by raising the PL required to send -an invite, but in practice that is rarely done. [↩](#a2)