update pb-tracker-sync - #14640
Merged
runelite-github-app[bot] merged 1 commit intoAug 19, 2026
Merged
Conversation
Update PB Tracker Sync from b53b341 to de9bb24. - Prevent duplicate/racy My PBs sidebar profile loads via a new load coordinator, with an explicit "Refresh My PBs" action and fixes for stale state across logout, account switches, and mid-load syncs. - Skip re-uploading an unchanged sync payload across RuneLite restarts via a persisted per-account fingerprint, reducing unnecessary server traffic. - Make install recovery fully automatic: a quarantined install now retries silently in the background with bounded, server-aware backoff until an administrator authorizes it - no recovery code or setting for the player to handle. The install-recovery change depends on the corresponding backend update (multi-install credential support), which is already deployed. ## Validation - JDK 17 `gradle test`: full suite passed - JDK 17 `gradle build`: passed
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
0xJeu
marked this pull request as ready for review
August 2, 2026 20:03
This comment was marked as spam.
This comment was marked as spam.
Member
|
why are you pinging me? |
Contributor
Author
|
I'm trying to find out why this PR is still in open status. Is there something wrong I'm doing? Can anyone can answer this? |
Contributor
|
Because there's 202 open PRs and reviewer time is limited and on a volunteer basis. If something needs to be changed there will be a comment on the PR. |
runelite-github-app
Bot
merged commit Aug 19, 2026
20a3194
into
runelite:master
2 of 3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
pb-tracker-syncfrom:b53b3417f7e7c991d44116a1ab3f60ca38211b04to:
de9bb24ddcea2fa0e2263b177141591235de442eIncluded plugin changes
No new plugin dependencies are introduced.
Validation