From a066bdaa0e4ea9f32375237beca6676ebd8a339f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 17 Sep 2023 22:52:10 -0600 Subject: [PATCH] Fix MSC numbering --- config.sample.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.sample.yaml b/config.sample.yaml index 0bd7cc6b..a4a50412 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -556,11 +556,11 @@ plugins: # Sections of this config might disappear or be added over time. By default all # features are disabled in here and must be explicitly enabled to be used. featureSupport: - # MSC3916 enables linking media to events, allowing the associated media to be - # deleted when the event is (fully) deleted. MSC3916 support is always enabled + # MSC3911 enables linking media to events, allowing the associated media to be + # deleted when the event is (fully) deleted. MSC3911 support is always enabled # and requires changes to either the homeserver or how the homeserver is deployed # to work. - MSC3916: + MSC3911: # How long a "restricted" item of media can exist before it is automatically # purged from the server. Defaults to 10 minutes. maxRestrictedAgeMinutes: 10