Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify /preview_url requests as low priority #3609

Merged
merged 4 commits into from
Jul 19, 2023
Merged

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Jul 19, 2023

Fixes element-hq/element-web#7292


Here's what your changelog entry will look like:

✨ Features

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise, 👍 👍

src/@types/global.d.ts Show resolved Hide resolved
src/http-api/interface.ts Outdated Show resolved Hide resolved
@t3chguy t3chguy enabled auto-merge July 19, 2023 09:27
@t3chguy t3chguy added this pull request to the merge queue Jul 19, 2023
Merged via the queue into develop with commit 43b2404 Jul 19, 2023
@t3chguy t3chguy deleted the t3chguy/fix/7292 branch July 19, 2023 09:41
@@ -33,7 +33,7 @@ export interface IHttpOpts {
localTimeoutMs?: number;
}

export interface IRequestOpts {
export interface IRequestOpts extends Pick<RequestInit, "priority"> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still feel like we ought to document what happens to properties that are declared in this way, but whatever

Copy link
Member Author

@t3chguy t3chguy Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I guess so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

avatars and url previews should have a lower priority than syncs and messages
2 participants