You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Specify /preview_url requests as low priority (#3609)
* Specify /preview_url requests as low priority * Update src/@types/global.d.ts Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Simplify interface --------- Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fed9910fa1
commit
43b2404865
@@ -5128,6 +5128,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
|
||||
undefined,
|
||||
{
|
||||
prefix: MediaPrefix.R0,
|
||||
priority: "low",
|
||||
},
|
||||
);
|
||||
// TODO: Expire the URL preview cache sometimes
|
||||
|
||||
Reference in New Issue
Block a user