dendrite: Enable MSCs for threads and peeking
This commit is contained in:
parent
e261780bd4
commit
5d0f4f4e4b
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ let
|
|||
sync_api = {
|
||||
real_ip_header = "X-Forwarded-For";
|
||||
};
|
||||
mscs = {
|
||||
mscs = [
|
||||
"msc2444"
|
||||
"msc2753"
|
||||
"msc2836"
|
||||
];
|
||||
};
|
||||
media_api = {
|
||||
base_path = "${workingDir}/media_store";
|
||||
|
||||
|
|
Loading…
Reference in a new issue