this repo has no description
0
fork

Configure Feed

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

Link to lexicons in doc comments

futur 8c1f9680 8f7e5bf0

+3 -3
+3 -3
src/LabelerServer.ts
··· 237 237 } 238 238 239 239 /** 240 - * Handler for com.atproto.label.queryLabels. 240 + * Handler for [com.atproto.label.queryLabels](https://github.com/bluesky-social/atproto/blob/main/lexicons/com/atproto/label/queryLabels.json). 241 241 */ 242 242 queryLabelsHandler: QueryHandler< 243 243 { ··· 328 328 }; 329 329 330 330 /** 331 - * Handler for com.atproto.label.subscribeLabels. 331 + * Handler for [com.atproto.label.subscribeLabels](https://github.com/bluesky-social/atproto/blob/main/lexicons/com/atproto/label/subscribeLabels.json). 332 332 */ 333 333 subscribeLabelsHandler: SubscriptionHandler<{ Querystring: { cursor?: string } }> = ( 334 334 ws, ··· 382 382 }; 383 383 384 384 /** 385 - * Handler for tools.ozone.moderation.emitEvent. 385 + * Handler for [tools.ozone.moderation.emitEvent](https://github.com/bluesky-social/atproto/blob/main/lexicons/tools/ozone/moderation/emitEvent.json). 386 386 */ 387 387 emitEventHandler: ProcedureHandler<ToolsOzoneModerationEmitEvent.InputSchema> = async ( 388 388 req,