Update links to spec.matrix.org/v1.2

This commit is contained in:
Jonathan de Jong
2022-02-18 19:45:04 +01:00
committed by Jonas Platte
parent 01c1dab4e6
commit 936bb64e84
77 changed files with 104 additions and 102 deletions

View File

@@ -128,7 +128,7 @@ pub fn auth_check<E: Event>(
let sender = incoming_event.sender();
// Implementation of https://matrix.org/docs/spec/rooms/v1#authorization-rules
// Implementation of https://spec.matrix.org/v1.2/rooms/v1/#authorization-rules
//
// 1. If type is m.room.create:
if *incoming_event.event_type() == EventType::RoomCreate {

View File

@@ -60,7 +60,7 @@ pub struct RoomVersion {
pub extra_redaction_checks: bool,
/// Allow knocking in event authentication.
///
/// See: <https://spec.matrix.org/v1.1/rooms/v7/> for more information.
/// See [room v7 specification](https://spec.matrix.org/v1.2/rooms/v7/) for more information.
pub allow_knocking: bool,
/// Adds support for the restricted join rule.
///