update message title format in rss

This commit is contained in:
ghost 2023-12-07 19:52:09 +02:00
parent 3820d77109
commit a5fa269d70
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -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

View File

@ -6,7 +6,7 @@
<link>{{ url('room_namespace', { namespace : request.get('namespace') }) }}</link>
{% for post in feed %}
<item>
<title>@{{ post.user }}</title>
<title>#{{ post.id }}</title>
<author>@{{ post.user }}</author>
<pubDate>{{ post.timestamp | date('D, d M Y h:i:s O') }}</pubDate>
<guid>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</guid>