feat: announce on Discourse support forum #17

Merged
naomi merged 7 commits from feat/forum into main 2026-03-03 18:05:28 -08:00
Showing only changes of commit 2ebeddd890 - Show all commits
-1
View File
@@ -60,7 +60,6 @@ export const announcementRoutes: FastifyPluginAsync = async(server) => {
server.post<{ Body: { content: string; type: string } }>(
"/announcement",
// eslint-disable-next-line max-statements -- This is a long function.
async(request, reply) => {
const token = request.headers.authorization;
if (token === undefined || token !== process.env.ANNOUNCEMENT_TOKEN) {