Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

at main 6 lines 175 B view raw
1import type { AppletEvent } from "@web-applets/sdk"; 2import { context } from "./context"; 3 4export function setContextData(event: AppletEvent) { 5 context.data = event.data; 6}