diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-18 15:07:03 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-18 15:07:03 +0100 |
commit | c632bc865448b40d246878e2d6c9287621b4ba0e (patch) | |
tree | d126c9cba47f70f40cee6acebac8f1cf93599e66 /synapse/res/templates/room.txt | |
parent | Merge pull request #4049 from matrix-org/erikj/synctl_colour (diff) | |
parent | 0.33.7 (diff) | |
download | synapse-c632bc865448b40d246878e2d6c9287621b4ba0e.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse/res/templates/room.txt')
-rw-r--r-- | synapse/res/templates/room.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/synapse/res/templates/room.txt b/synapse/res/templates/room.txt new file mode 100644 index 0000000000..84648c710e --- /dev/null +++ b/synapse/res/templates/room.txt @@ -0,0 +1,9 @@ +{{ room.title }} + +{% if room.invite %} + You've been invited, join at {{ room.link }} +{% else %} + {% for notif in room.notifs %} + {% include 'notif.txt' with context %} + {% endfor %} +{% endif %} |