mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-08 22:07:53 +00:00
add missed message filters
This commit is contained in:
parent
a01c6bbe1f
commit
df9e860314
@ -8,10 +8,10 @@
|
||||
<item>
|
||||
<title>#{{ post.id }}</title>
|
||||
<author>@{{ post.user }}</author>
|
||||
<pubDate>{{ post.timestamp | date('D, d M Y h:i:s O') }}</pubDate>
|
||||
<pubDate>{{ post.time | date('D, d M Y h:i:s O') }}</pubDate>
|
||||
<guid>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</guid>
|
||||
<link>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</link>
|
||||
<description>{{ post.message }}</description>
|
||||
<description>{{ post.message | striptags | markdown_to_html | striptags | trim }}</description>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
|
Loading…
Reference in New Issue
Block a user