v4.3.0 follow-ups: small findings from the build, bundled #534
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Five small findings surfaced while building v4.3.0 (#514), none of which belonged in the issue that found it. Bundled here rather than filed as five issues; split any that grows.
audio_processing_started_atcolumn (#381). The processing timer anchors onsessions.updated_atbecause the pipeline records no start time; an unrelated edit resets it, so it can under-report. A dedicated column set whenprocess_audiotakes the job would make the timer exact. One migration.TYPE_LABELSfor wiki entry types exists in four copies (WikiArticle,CampaignStoryline,WikiProposals, and asLORE_TYPE_LABELSinCampaignDetail). Extract tovocabulary.jsor a sibling module so the search results and the next rename touch one file.INVITE_CODEset still refuses a brand-new player who follows a campaign/join/<code>link, because the campaign code and the instance code are different secrets and the login return path carries only the former. The GM guide names this; a fix would let a valid campaign invite satisfy the registration gate for that sign-up.