Suite of AT Protocol TypeScript libraries built on web standards
20
fork

Configure Feed

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

format

+2 -2
+1 -1
common/util.ts
··· 180 180 } 181 181 } 182 182 return output; 183 - }; 183 + };
+1 -1
xrpc-server/stream/websocket-keepalive.ts
··· 236 236 const onAbort = () => ac.abort(signal.reason); 237 237 // Use AbortSignal.any? Not universally available; just add/remove. 238 238 signal.addEventListener("abort", onAbort, { signal: ac.signal }); 239 - } 239 + }