Add msc2246 support
This commit is contained in:
parent
2b009b5ed3
commit
b60768ee17
3 changed files with 1189 additions and 0 deletions
|
@ -49,6 +49,13 @@ let
|
|||
downloads = {
|
||||
expireAfterDays = 7;
|
||||
};
|
||||
featureSupport = {
|
||||
MSC2448.enabled = true;
|
||||
MSC2246 = {
|
||||
enabled = true;
|
||||
asyncUploadExpirySecs = 120;
|
||||
};
|
||||
};
|
||||
});
|
||||
in
|
||||
{
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
rev = "v${version}";
|
||||
sha256 = "1j6y7alr60mmj5h014qmpz9a5qjv8cm61andwdacb0dqjjbvsm0z";
|
||||
};
|
||||
patches = [
|
||||
./matrix-media-repo.patch
|
||||
];
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-gb2inc/XlPAplVYQXmR77b3/5GsEZDg5v7D/FbZRQ7w=";
|
||||
nativeBuildInputs = [
|
||||
|
|
1179
packages/matrix/matrix-media-repo.patch
Normal file
1179
packages/matrix/matrix-media-repo.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue