diff options
author | Kegsay <kegan@matrix.org> | 2021-01-13 18:00:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 18:00:38 +0000 |
commit | 3183f75aed87f77b0164a701fda99d42b9d443ca (patch) | |
tree | 4f0e3edc416d95098ae086d5b4561549dceb3546 /dendrite-config.yaml | |
parent | 3ac693c7a5fcaff216b866be477517fa1b22cf3a (diff) |
MSC2946: Spaces Summary (#1700)
* Add stub functions for MSC2946
* Implement core space walking algorithm
* Flesh out stub functions; add test stubs
* Implement storage bits and add sanity check test
* Implement world_readable auth with test
* Linting
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 585d466b..978b1800 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -257,7 +257,8 @@ media_api: mscs: # A list of enabled MSC's # Currently valid values are: - # - msc2836 (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) + # - msc2836 (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) + # - msc2946 (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946) mscs: [] database: connection_string: file:mscs.db |