feat(stream): per-app activity verbs (Streamed / Reviewed / Wrote / Was at / Met with) - #639
Merged
Merged
Conversation
…Met with)
Map several apps off the generic 'created'/'Shared' default to a verb
that fits: place.stream.livestream=Streamed, fyi.atstore.listing.review=
Reviewed, blog.pckt.mini.post=Wrote, social.grain.gallery=Posted,
app.beaconbits.beacon=Was at, at.youandme.connection=Met with (was
Followed). You&Me now folds the resolved person onto its subject so 'Met
with {name}' links to the profile. verbs.json 1.5.0.
gxjansen
enabled auto-merge (squash)
September 19, 2026 22:09
Contributor
🤖 AI code reviewVerdict: 💬 Comments · Findings: 1 (🔴 0 · 🟠 0 · 🟡 1 · ⚪ 0) General reviewer ·
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Several apps read the generic "Shared" on the activity feed because they had no verb mapping and fell to the
createddefault. This gives each its own verb.Change (verbs.json 1.5.0)
place.stream.livestream(Streamplace)fyi.atstore.listing.review(atstore)blog.pckt.mini.post(Pckt)social.grain.gallery(Grain)app.beaconbits.beacon(Beacon)at.youandme.connection(You&Me)site.standard.document, WhiteWind, Aetheros, and PasteSphere already map to "Published", so writing apps read "Wrote"/"Published" rather than "Shared".You&Me: the person subject (a bare DID) now folds the api-resolved handle/display name via
withResolvedSubjectMeta, so "Met with {name}" names and links the other person.Still to come (not in this PR)
locationbody asvenueName; the web line'sbodyContentmust read it). Follow-up in sifa-web.New verbs:
streamed,wrote,wasAt,metWith.