Monorepo for Tangled tangled.org
1

Configure Feed

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

bobbin: fix bobbin-edge-index test build

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jul 27, 2026, 7:22 PM +0900) commit ed5f1bdb parent d02867a4 change-id supxswms
+1
+1
bobbin/crates/edge-index/src/state_index.rs
··· 356 356 let issue_idx = idx(); 357 357 let pull_idx = StateIndex::<PullStatusKind>::new(RuntimeHasher::default()); 358 358 let rec = Record::IssueState(IssueStateRec { 359 + created_at: jacquard_common::types::string::Datetime::now(), 359 360 issue: at("at://did:plc:limpet/sh.tangled.repo.issue/i1"), 360 361 state: StateState::Other(SmolStr::new_static("sh.tangled.repo.issue.state.reopened")), 361 362 extra_data: None,