This commit is contained in:
Saahil 2025-04-19 00:53:38 -04:00
parent 9d873ed49f
commit c3606a4498
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -123,8 +123,8 @@ export const app = new App({
for (const m of updates) {
const meta = m.meta as Update
rss.item({
title: `Update for ${new Date(meta.created_at).toLocaleDateString()}`,
description: m.text,
title: m.text,
// description: m.text,
link: `https://journey.hackclub.com/projects/${id}`,
guid: m.ts,
author: meta.slack_id,