This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Use lexmin hash as rkey in island:publish

Same component always gets the same rkey, so re-publishing updates
the existing record instead of creating duplicates.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

author
nandi
co-author
Letta Code
date (May 15, 2026, 4:54 AM UTC) commit e4fd4c18 parent 6346dbdb
+1
+1
src/island-publish.ts
··· 162 162 const result = await agent.api.com.atproto.repo.createRecord({ 163 163 repo: agent.session!.did, 164 164 collection: 'org.latha.island', 165 + rkey: component.islandId, 165 166 record, 166 167 }); 167 168