Fix bullshit upload timeout in Matrix Element

10/11/2025, 9:48:28 PM

As of 11. 10. 2025. See the latest version.

Autor
ainofeet
Ocene
0 0 0
Verzija
1.0.2
Napravljeno
11. 10. 2025
Ažurirano
11. 10. 2025
Size
2,74 КБ
Licenca
GPLv2
Važi za
All sites

While this fucking thing isn't fixed: https://github.com/matrix-org/matrix-js-sdk/issues/2974
We gotta do this ugly piece of crap hack to fix upload on slow networks
The code just takes advantage of the fact that this hard coded shit is 30 seconds always:
https://github.com/matrix-org/matrix-js-sdk/blob/fd949fe486038099ee111a72b57ce711e85bc352/src/http-api/index.ts#L111
https://github.com/matrix-org/matrix-js-sdk/blob/fd949fe486038099ee111a72b57ce711e85bc352/src/http-api/index.ts#L77