MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / sendThread

Method sendThread

apps/web/mailers/NotificationMailer.ts:35–37  ·  view source on GitHub ↗
(props: Options & TemplateType)

Source from the content-addressed store, hash-verified

33 return NotificationMailer.send({ ...props, ...mentionsTemplate });
34 }
35 static async sendThread(props: Options & TemplateType) {
36 return NotificationMailer.send({ ...props, ...threadsTemplate });
37 }
38}

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected