fix: correct subscriber migration behavior and pricing table rendering#58
Merged
Conversation
- Subscriber migration does NOT send verification emails; imported subscribers become immediately active (verified against fc-statuspage source: CreateSubscriptions bypasses confirmation flow) - Add note about quarantined email addresses being auto-skipped - Fix tilde (~) in zh pricing table causing markdown strikethrough; replace with en-dash (–) matching the en version
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.
Summary
fc-statuspagesource code (logic/subscription/subscription.gocallsCreateSubscriptions()directly, bypassing the confirmation flow used for normal signup). Imported subscribers become immediately active.logic/migration/transform.go)~) in$4,800~$8,400+was being interpreted as markdown strikethrough; replaced with en-dash (–)Files changed
zh/on-call/statuspage/migrate-from-atlassian.mdx-- 2 correctionsen/on-call/statuspage/migrate-from-atlassian.mdx-- 2 correctionszh/on-call/statuspage/comparison.mdx-- 2 correctionsen/on-call/statuspage/comparison.mdx-- 1 correctionTest plan