Add msc2246 support

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-28 08:38:51 +01:00
parent 2b009b5ed3
commit b60768ee17
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 1189 additions and 0 deletions

View file

@ -49,6 +49,13 @@ let
downloads = {
expireAfterDays = 7;
};
featureSupport = {
MSC2448.enabled = true;
MSC2246 = {
enabled = true;
asyncUploadExpirySecs = 120;
};
};
});
in
{

View file

@ -10,6 +10,9 @@
rev = "v${version}";
sha256 = "1j6y7alr60mmj5h014qmpz9a5qjv8cm61andwdacb0dqjjbvsm0z";
};
patches = [
./matrix-media-repo.patch
];
proxyVendor = true;
vendorSha256 = "sha256-gb2inc/XlPAplVYQXmR77b3/5GsEZDg5v7D/FbZRQ7w=";
nativeBuildInputs = [

File diff suppressed because it is too large Load diff