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,11 +8,11 @@
|
|||||||
<item>
|
<item>
|
||||||
<title>#{{ post.id }}</title>
|
<title>#{{ post.id }}</title>
|
||||||
<author>@{{ post.user }}</author>
|
<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>
|
<guid>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</guid>
|
||||||
<link>{{ url('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.id }}</link>
|
<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>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
Loading…
Reference in New Issue
Block a user