mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 20:26:39 -05:00
Handle room invites in email notifs
This commit is contained in:
parent
5367708236
commit
ebbabc4986
3 changed files with 42 additions and 13 deletions
|
|
@ -13,9 +13,13 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
{% for notif in room.notifs %}
|
||||
{% include 'notif.html' with context %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if room.invite %}
|
||||
<a href="{{ room.link }}">Join the conversation.</a>
|
||||
{% else %}
|
||||
<div>
|
||||
{% for notif in room.notifs %}
|
||||
{% include 'notif.html' with context %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue