[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
5
fork

Configure Feed

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

no named exports

+2 -1
+2 -1
services/appview/src/middleware/takedown-filter.ts
··· 1 1 import { Context, Next } from 'hono' 2 2 import { TakedownService } from '../services/takedown.js' 3 - import { get } from 'lodash' 3 + import lodash from 'lodash' 4 + const { get } = lodash 4 5 5 6 /** 6 7 * Middleware that filters out taken-down content from responses