add missed message filters

This commit is contained in:
ghost 2023-12-09 01:48:49 +02:00
parent a01c6bbe1f
commit df9e860314

View File

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