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

Fix menu banner not updating as often as we want it to #26889

Merged
merged 1 commit into from Jan 31, 2024

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented Jan 31, 2024

No description provided.

smoogipoo
smoogipoo previously approved these changes Jan 31, 2024
using osu.Game.Online.API.Requests.Responses;

namespace osu.Game.Online.API.Requests
{
public class GetSystemTitleRequest : OsuJsonWebRequest<APISystemTitle>
{
public GetSystemTitleRequest()
: base($@"https://assets.ppy.sh/lazer-status.json?{DateTimeOffset.UtcNow.ToUnixTimeSeconds() / 1800}")
: base($@"https://assets.ppy.sh/lazer-status.json")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
: base($@"https://assets.ppy.sh/lazer-status.json")
: base(@"https://assets.ppy.sh/lazer-status.json")

@peppy peppy force-pushed the remove-cachebust-online-image branch from 9d750ea to 4248593 Compare January 31, 2024 13:44
@peppy peppy merged commit 7cdedfb into ppy:master Jan 31, 2024
2 checks passed
@peppy peppy deleted the remove-cachebust-online-image branch February 6, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants