summary refs log tree commit diff
path: root/res/templates/notif.txt
blob: a3ddac80ced01cf69d8c8c4e79e260d191a54058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{% for message in notif.messages %}
{{ message.sender_name }} ({{ message.ts|format_ts("%H:%M") }})
{% if message.msgtype == "m.text" %}
{{ message.body_text_plain }}
{% elif message.msgtype == "m.image" %}
{{ message.body_text_plain }}
{% elif message.msgtype == "m.file" %}
{{ message.body_text_plain }}
{% endif %}
{% endfor %}

View {{ room.title }} at {{ notif.link }}