The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: add time field to ingester

+2
+2
apps/ingester/src/index.ts
··· 29 29 .values({ 30 30 rkey: event.commit.rkey, 31 31 title: record.title, 32 + time: record.time, 32 33 description: record.description, 33 34 ingredients: record.ingredients, 34 35 steps: record.steps, ··· 39 40 target: recipeTable.id, 40 41 set: { 41 42 title: record.title, 43 + time: record.time, 42 44 description: record.description, 43 45 ingredients: record.ingredients, 44 46 steps: record.steps,