mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-29 06:19:28 -04:00
Send mail notifs with a plaintext part too
This commit is contained in:
parent
b2c04da8dc
commit
40d40e470d
5 changed files with 50 additions and 7 deletions
6
res/templates/room.txt
Normal file
6
res/templates/room.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ room.title }}
|
||||
You've been invited, join at {{ room.link }}
|
||||
|
||||
{% for notif in room.notifs %}
|
||||
{% include 'notif.txt' with context %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue