summary refs log tree commit diff
path: root/res/templates-vector/room.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--res/templates-vector/room.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/templates-vector/room.txt b/res/templates-vector/room.txt
deleted file mode 100644
index 84648c710e..0000000000
--- a/res/templates-vector/room.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-{{ 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 %}