From a5fa269d708f2c72a547c441e1af429aabadaead Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 7 Dec 2023 19:52:09 +0200 Subject: [PATCH] update message title format in rss --- .env | 2 +- templates/default/room/index.rss.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index eb8e0da..56f86a9 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ APP_ENV=dev APP_SECRET=EDIT_ME ###< symfony/framework-bundle ### -APP_VERSION=1.0.2 +APP_VERSION=1.0.3 APP_NAME=KevaChat diff --git a/templates/default/room/index.rss.twig b/templates/default/room/index.rss.twig index 5eb79dd..49fc52d 100644 --- a/templates/default/room/index.rss.twig +++ b/templates/default/room/index.rss.twig @@ -6,7 +6,7 @@ {{ url('room_namespace', { namespace : request.get('namespace') }) }} {% for post in feed %} - @{{ post.user }} + #{{ post.id }} @{{ post.user }} {{ post.timestamp | date('D, d M Y h:i:s O') }} {{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}