state-res: Update spec link and linkify links

This commit is contained in:
Jonas Platte 2022-01-17 12:13:00 +01:00
parent 3b32577276
commit cb135f5982
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -60,11 +60,11 @@ pub struct RoomVersion {
pub extra_redaction_checks: bool, pub extra_redaction_checks: bool,
/// Allow knocking in event authentication. /// Allow knocking in event authentication.
/// ///
/// See: https://spec.matrix.org/unstable/rooms/v7/ for more information. /// See: <https://spec.matrix.org/v1.1/rooms/v7/> for more information.
pub allow_knocking: bool, pub allow_knocking: bool,
/// Adds support for the restricted join rule. /// Adds support for the restricted join rule.
/// ///
/// See: https://github.com/matrix-org/matrix-doc/pull/3289 for more information. /// See: <https://github.com/matrix-org/matrix-doc/pull/3289> for more information.
pub restricted_join_rules: bool, pub restricted_join_rules: bool,
} }