Select the types of activity you want to include in your feed.
1import { defineHook } from "$hatk"; 2 3export default defineHook("on-login", async (ctx) => { 4 const { did, ensureRepo } = ctx; 5 await ensureRepo(did); 6});