mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
fix room.txt
This commit is contained in:
parent
3c39fa8902
commit
c64d5fc66c
@ -1,6 +1,9 @@
|
||||
{{ room.title }}
|
||||
You've been invited, join at {{ room.link }}
|
||||
|
||||
{% if room.invite %}
|
||||
You've been invited, join at {{ room.link }}
|
||||
{% else %}
|
||||
{% for notif in room.notifs %}
|
||||
{% include 'notif.txt' with context %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user