Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media authentication & event linking (MSC3916, MSC3911) #465

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix MSC numbering
turt2live committed Nov 25, 2023
commit a066bdaa0e4ea9f32375237beca6676ebd8a339f
6 changes: 3 additions & 3 deletions config.sample.yaml
Original file line number Diff line number Diff line change
@@ -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