WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ff87963

Browse files
committed
doc(encryption): Add a link to MSC4287
1 parent ad58607 commit ff87963

File tree

1 file changed

+4
-0
lines changed
  • crates/matrix-sdk/src/encryption/recovery

1 file changed

+4
-0
lines changed

crates/matrix-sdk/src/encryption/recovery/types.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ pub(super) struct SecretStorageDisabledContent {}
107107

108108
/// A custom global account data event which tells us that a new backup should
109109
/// not be automatically created.
110+
///
111+
/// This event is defined in [MSC4287].
112+
///
113+
/// [MSC4287]: https://github.com/matrix-org/matrix-spec-proposals/pull/4287
110114
#[derive(Clone, Debug, Default, Deserialize, Serialize, EventContent)]
111115
#[ruma_event(type = "m.org.matrix.custom.backup_disabled", kind = GlobalAccountData)]
112116
pub(super) struct BackupDisabledContent {

0 commit comments

Comments
 (0)