mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
add post message to rss feeds
This commit is contained in:
parent
5cf72aa08b
commit
0d4bd79b3a
@ -11,6 +11,7 @@
|
||||
<pubDate>{{ post.timestamp | 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>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
|
Loading…
x
Reference in New Issue
Block a user