mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 19:45:11 +00:00
furief
This commit is contained in:
parent
9d873ed49f
commit
c3606a4498
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue