Share loopky.app links, and use them in pubky.app posts - #344
Merged
Merged
Conversation
The deck and profile share sheets, their QR codes and Copy link now carry the https link instead of a pubky:// URI: clickable in any chat client, opened by the app where it is installed, and a web preview with the store link where it is not. The pubky:// profile builder had no caller left, so it goes. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
pubky.app linkifies only http(s), so the pubky:// address in an announcement was dead text. The body now ends with the deck's https://loopky.app link, after the cover URL: the post previews only the first link, and the deck's cover beats the site's generic card. The pubky:// URI stays in the post's embed. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
An agent that just built a deck needs a link to hand the person who asked for it; uri is the pubky:// address other clients read. Added, not changed, so schema 1 holds. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
jvsena42
added this pull request to stack #346
September 25, 2026 13:10
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.
Step 2 of 3.
pubky://address was dead text, because pubky.app linkifies only http(s). The body now ends with the web link, placed after the cover URL: the post previews only the first link, and the deck's own cover beats the site's generic card. Thepubky://URI stays in the post'sembed.--jsondeck views gainshare_url. This is an added field, so schema 1 holds.docs/Architecture.md§7.7 is updated. It used to say the link could not be made clickable.Existing
pubky://links keep working, since the parser still reads them.Tests:
DeckAnnouncementTestchecks the link ordering and that nopubky://remains in the body. The profile VM tests assert the web link.🤖 Generated with Claude Code