mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-24 05:24:19 +00:00
update message title format in rss
This commit is contained in:
parent
3820d77109
commit
a5fa269d70
2
.env
2
.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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user