01a083c7 - Require a Lightning Address before forum posts - #102
Merged
Conversation
POST /messages now 409s unless the author has a Lightning Address. Profile notes wait until that address is linked.
Identity copy and the worker handbook now require a Lightning Address before a profile forum note is created.
Collaborator
Author
|
EN: DE: DetailsPass 1 (Codex quality) found stale identity-copy and worker handbook text; those were updated. A remaining worker.test.ts title nit was rejected as style (fixture already has a Lightning Address). Logic lanes stayed at 0 findings. No open PR comments or review threads. mergeable=MERGEABLE. GitHub CI job "Typecheck, Lint, Handbook, E2E-check, Test (100% coverage), Build, E2E" succeeded at 778723f. |
TaprootFreakAI
marked this pull request as ready for review
September 9, 2026 09:06
TaprootFreak
approved these changes
Sep 9, 2026
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.
EN:
Forum posts now require a Lightning Address. POST /messages returns 409 without one, and the profile note is created only after the address is linked.
DE:
Forum-Posts brauchen jetzt eine Lightning-Adresse. POST /messages antwortet ohne sie mit 409, und die Profilnotiz entsteht erst nach dem Verknüpfen der Adresse.
Details
forum.postisrules,name,lightning-address. Skip timestamps do not count.contact.post,forum.read, andforum.payare unchanged. Companion UI: 21gifts/app#145.