rename flow talk to paper - #199
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
https://paper.flow.industries; remove the now-backwardspaper.ink → flow.talkredirect from middlewareapp://paper.flow.industries; main-feed read path runs parallel queries againstapp://flow.talk(old) andapp://paper.flow.industries(new) and merges, with a compound base64-encoded cursor so existing posts stay visibleRisk areas
https://flow.talk(a value that didn't match what writes were emitting). The refactor switches to the on-chainapp://scheme used by writes, which is more correct but is a behavioral change. Worth eyeballing on a dev indexer.{o, n}base64 cursor. Legacy single-string cursors are interpreted as the "old URI" cursor for back-compat.Out of scope (separate PRs)
flow-industries/talk→flow-industries/paper(must wait until this PR merges so CI publishes the renamed GHCR image)flow.talk→paper.flow.industries)siteandbotsauth/allowlist intentionally left unchanged per directionTest plan
bunx tsc --noEmit— confirm only pre-existing errors (XMTP/fumadocs module resolution)bun run check— confirm only pre-existing biome diagnosticslocalhost:3010: tab title says "Paper", login flow, main feed rendersapp://flow.talk) — published via the existing appapp://paper.flow.industrieson-chain and appears in the merged feedNote: this PR also includes biome
--write --unsafeautofixes to several XMTP/messaging files, sincebun run checkis configured to autofix as part of the standard pre-commit step.